Loading Tool

Explorer IconExplorer

Memory Pool

101,881 transactions
19.46 vMB
0.05943750 BTC
Random Selection Loading Transactions
Max Size: 151.98/200 MB

Candidate Block

Mining Attempt f80f736df3a2460d6ce35ecb9f3e32d0f28a7ce3e25666f14743603f0258d545
Version 20000000
Previous Block 0000000000000000000175ff0051995ca5073d8ecf4f04b7b4f51f1da1ce4e2d
Merkle Root 19f6fd2b85ae5238859870682d9ca7feb5d117b6925a3e72d328c281a10efecd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,899
Size: 1.00 vMB
Total Fees: 0.01265413 BTC
Feerates: 150.77 > 1.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,584 (58 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
916,526 916,526 000000000000000000002e4ecbcb4a8b37fe3d2fc9ec454a134c6242a4e1bc7f 2,457 1.00/1.00 vMB 2
916,525 916,525 000000000000000000018520196b665a623b4dfcc3e6d2edd402e11eb709d553 3,232 1.00/1.00 vMB 3
916,524 916,524 00000000000000000000b1e07e27e66a0711ad3c33daca8259b581bcd972d854 2,641 1.00/1.00 vMB 2
916,523 916,523 0000000000000000000181fe6651488924ce27f54e808ae25d5bbdaf91c57412 3,531 1.00/1.00 vMB 4
916,522 916,522 0000000000000000000099e820c3a09a69f0427de71e957689cf84a97412fe79 3,990 1.00/1.00 vMB 6
916,521 916,521 00000000000000000000492154a6b2d0fe742fbfad4fff711ae0ad032dcba198 2,611 1.00/1.00 vMB 1
916,520 916,520 000000000000000000019cf6f4cb3a044c4d139f7d3c45faaa3fad60a4bc46b0 3,538 1.00/1.00 vMB 4
916,519 916,519 00000000000000000000b91e5fe8cc28925e68b0108bde52fcddd91ddde1c9b0 1,208 0.39/1.00 vMB 2
916,518 916,518 000000000000000000001fb9b5fb2c77e74b7178d6000e53247a9adb761e399e 2,122 1.00/1.00 vMB 1
916,517 916,517 00000000000000000001dfbebc17db88683745d0e28525da4984981e21fa5592 1,990 1.00/1.00 vMB 2
916,516 916,516 0000000000000000000137675e85a2a583fc5a920c8bbc2f728e0d7f95da79d9 3,866 1.00/1.00 vMB 5
916,515 916,515 00000000000000000000be1b5f4bfda80185540f0814e84fa84ef40e6f4c7d51 2,787 1.00/1.00 vMB 4
916,514 916,514 00000000000000000000e7b2ef59635932a3e38090872562d6248e10c223b02b 5,476 1.00/1.00 vMB 0
916,513 916,513 00000000000000000000c17639dc21fd68b47fde131aae9c7364a0314647ac87 2,409 0.90/1.00 vMB 1
916,512 916,512 00000000000000000001ef66a48fe9d8de7f4f7fdce925cffea82aaca827e873 3,071 1.00/1.00 vMB 3
916,511 916,511 00000000000000000000e7d420b678173942d142805d2dae93bd524f1b242be0 3,141 1.00/1.00 vMB 4
916,510 916,510 0000000000000000000105daa7f20b7332ccde30ae062e6a8d5417362f49427e 3,617 1.00/1.00 vMB 4
916,509 916,509 000000000000000000001aebbf20079b6c4d9feb9051fb4b1593838184695117 2,464 1.00/1.00 vMB 2
916,508 916,508 00000000000000000001084ad8fe9056b10199502b9ba12ed8a58e9f6090bc85 2,932 1.00/1.00 vMB 1
916,507 916,507 00000000000000000001a7662c9bca1c76cae9e110048aab7128d544663f707a 2,137 1.00/1.00 vMB 3
916,506 916,506 00000000000000000000f075b0dee896d938daa59c51332e53cca0254782f84d 1,807 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 785.12 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: 919.29 GB
    • Received: 27.78 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.