Loading Tool

Explorer IconExplorer

Memory Pool

81,485 transactions
30.13 vMB
0.14448133 BTC
Random Selection Loading Transactions
Max Size: 182.88/200 MB

Candidate Block

Mining Attempt f963f5d78c198ab2c3270f34290dc61192074a971c03af5f2b0ea9f1eb1ced44
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 995a78edcaa18865c59b39628e2bdd24e00406af181085e755b4c061b4d551a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,822
Size: 1.00 vMB
Total Fees: 0.07355478 BTC
Feerates: 101.65 > 7.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (792,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,469 122,469 000000000000081ee53f7901ffcdba362153a10a9df3298868328624d36d661c 9 0.00/1.00 vMB 0
122,468 122,468 0000000000007d0db459f55c7cd78a8f4d179b70e2a48972940d5eaef7c99893 33 0.01/1.00 vMB 2,507
122,467 122,467 0000000000002c5bec6ace919bf57bd82bbf8751ea44b7031c3c7cca0e9854f7 47 0.02/1.00 vMB 162
122,466 122,466 0000000000001b4ec3d11c3e116516b259373f17d745481f269cf4eb4b6fce19 912 0.24/1.00 vMB 25
122,465 122,465 00000000000002a6ea98d66265bcafbba6113d47b31259a02ed3d88e17e54fb5 5 0.01/1.00 vMB 663
122,464 122,464 00000000000042ba0add50e04fd804237bc158eab99d1b8b2602775cab3f2288 14 0.00/1.00 vMB 282
122,463 122,463 0000000000008c0a1cdbe48b506204e882a6b426d6fb2a4cee47bc5ad6247a71 12 0.00/1.00 vMB 0
122,462 122,462 0000000000004f199be86443d7715551180720f6815b113943e3a873cc43c7f6 12 0.00/1.00 vMB 0
122,461 122,461 00000000000003c269ac56a31b81caa39ad1f05b109b63d052eba45ddfeb5cf3 1 0.00/1.00 vMB 0
122,460 122,460 0000000000004c4547d1914a926ba65203319f5bec0a87b682da16602cab118f 14 0.00/1.00 vMB 320
122,459 122,459 000000000000604cfabf47fa518ebf00b536046fb7ea5a81399d725ff7ea890c 12 0.00/1.00 vMB 486
122,458 122,458 000000000000517c5cec87f7fb040f3f920466ba091ef5d1237920713405c5ff 31 0.01/1.00 vMB 454
122,457 122,457 00000000000043bf42f09f245f2b6fd27e58f11b3ccec27c1d0b6afaee4877d0 10 0.00/1.00 vMB 0
122,456 122,456 00000000000040b8346b24158a0834e94be172c9ae44028853957b3f79f3b343 6 0.00/1.00 vMB 0
122,455 122,455 00000000000075c11d9ac9b0e1defbb0c112da278b021ba102deaa305b6bfe23 9 0.00/1.00 vMB 0
122,454 122,454 000000000000608debcb85b02b6a89bda49d1369b5ac68c25d2bc8d9f5ef249f 12 0.00/1.00 vMB 0
122,453 122,453 00000000000041f20d5327498d0fba03044b0d8eb3ba847fcb4b76352c0a4465 11 0.00/1.00 vMB 0
122,452 122,452 0000000000005663acee3f7551e79d392c27c70f5a0dc705e536361674b2a2f4 22 0.01/1.00 vMB 640
122,451 122,451 0000000000003ed1f50009d18c306405c0f2d441fb529bc2639908f101b3aab9 3 0.00/1.00 vMB 5,042
122,450 122,450 000000000000157cbc677c251ceca9e1d5d3379b6ad385af0e1b32ae578f2add 15 0.00/1.00 vMB 0
122,449 122,449 000000000000518fb13c2fb6fb6df24a9a06e388b8f02b51ae923630d7c526d8 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 671.90 GB
    • Received: 16.06 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.