Loading Tool

Explorer IconExplorer

Memory Pool

83,341 transactions
31.09 vMB
0.09371895 BTC
Random Selection Loading Transactions
Max Size: 190.07/200 MB

Candidate Block

Mining Attempt 930c31ffb8198febc78953daef722386ed5d310180df43b9792ee8e01cbf3e59
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root f4535124c4719d1569586ec9f41e0cd203dc45b5d831672be82c946fad5c2bce
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,816
Size: 1.00 vMB
Total Fees: 0.02104225 BTC
Feerates: 150.92 > 2.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (448,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,379 466,379 0000000000000000000310b1c95e39a3866a15d3b04e2b49ad980c14c786417b 2,575 1.00/1.00 vMB 161
466,378 466,378 0000000000000000001995a714fdf23851973d2d95a26a8362ecc515a6edcbcb 1,762 1.00/1.00 vMB 137
466,377 466,377 000000000000000001ad4f5cfb48bb9194dcf438a5c77f765612c8397884400f 2,458 1.00/1.00 vMB 196
466,376 466,376 000000000000000000bbb6ee0b8d1a3d50ff3477e3b9c9a08643c922451ed84d 1,782 1.00/1.00 vMB 149
466,375 466,375 00000000000000000186cfe35d139eff591d2cdd7bd0c63676d568196c6cf571 2,301 0.93/1.00 vMB 201
466,374 466,374 0000000000000000019a62f6532a93c216dc94520fe85148c5ace7fd06d60daf 1,910 1.00/1.00 vMB 170
466,373 466,373 000000000000000000835c21674cdef61daeedc39f7fc9fbea96a3a17cdc94ea 2,388 1.00/1.00 vMB 139
466,372 466,372 000000000000000000e6fdeae77efdfa1c6f4d08baa1cadd3c8f03424d645738 2,981 1.00/1.00 vMB 182
466,371 466,371 000000000000000001874ff30d28f4123139c5929b6002da66ce2b22289e4152 3,972 1.00/1.00 vMB 121
466,370 466,370 000000000000000001dc179138314c950e4a5087f00477106f464461aeb9d53d 3,625 1.00/1.00 vMB 131
466,369 466,369 0000000000000000008a29fb9f9d0ab4b92e5118420090beb95ee6ea8419798d 3,120 1.00/1.00 vMB 143
466,368 466,368 0000000000000000005b340ea5fb28edcbf90fa7198253cd077a4aa18d8b9900 3,309 1.00/1.00 vMB 147
466,367 466,367 000000000000000001d8d0d0ee8f2d54a6949a400032741c8c985ad4ea106a30 2,850 1.00/1.00 vMB 180
466,366 466,366 0000000000000000013f416b290226078379d678dd32b6c54d82bc8d636e5ce2 3,613 1.00/1.00 vMB 139
466,365 466,365 000000000000000000890703fb53485dda4218872fb395e48e52f0df2f55db69 2,355 1.00/1.00 vMB 190
466,364 466,364 00000000000000000042f7b0ecfc963322bc44500509a9d0b5ad5d99e25db3b1 2,451 1.00/1.00 vMB 190
466,363 466,363 000000000000000001f03fae0a2eb726cdb4d6f9ae1aad2a9ea1ec857c77dd47 3,786 1.00/1.00 vMB 129
466,362 466,362 000000000000000001c4493e92666f585737d40190e787c05a6ff7eecfc93749 1,753 1.00/1.00 vMB 88
466,361 466,361 000000000000000000766fadf2e36302292270287636d3014b1a8a545bd8e670 2,691 1.00/1.00 vMB 168
466,360 466,360 0000000000000000002a63af88411c46ebc18166e998eb06b3f6aa945b40ee1b 2,037 1.00/1.00 vMB 178
466,359 466,359 00000000000000000103393c3d1aead7bc16e6ebafcf8d4077b3d0d6db8ab063 2,681 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 783.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 719.30 GB
    • Received: 18.02 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.