Loading Tool

Explorer IconExplorer

Memory Pool

39,516 transactions
20.31 vMB
0.06465012 BTC
Random Selection Loading Transactions
Max Size: 111.50/200 MB

Candidate Block

Mining Attempt 51271389605a131dacbaf69f3eec7fb811381581478d3f57d3fbd9424e61cf6f
Version 20000000
Previous Block 00000000000000000001058c46ce909af454ed1b2cc51e1dd71a5c347cc5ae71
Merkle Root 646a2123e7f7b44cd9c9614499ae565c2b4a57b6d23a3a4befe611f335c72f95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,757
Size: 1.00 vMB
Total Fees: 0.02220962 BTC
Feerates: 100.45 > 2.23 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,916 (807,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,712 106,712 000000000000e47857d1b7b8e88ddbc9a1a53449d24fdb4b6d4487bb0d9defed 2 0.00/1.00 vMB 0
106,711 106,711 000000000002e381129a2d41cbeaaf4a314d5756d0a9aca25d7bc7b2175cc0bf 2 0.00/1.00 vMB 0
106,710 106,710 000000000002b16ae62c561c24c0fcc69504024f0c786f634501a02cb9fe0b39 1 0.00/1.00 vMB 0
106,709 106,709 000000000002c6b647fc62305093820b6e9403af5edc087655a587fec17c9ca9 27 0.01/1.00 vMB 0
106,708 106,708 000000000002245a44af7ccc001f6cc4c6d99c0c5d069ae118edf16377345957 1 0.00/1.00 vMB 0
106,707 106,707 000000000001e1180a7c19786c2e0d93e654ef1337503161539be65131c91328 3 0.00/1.00 vMB 0
106,706 106,706 00000000000128bfe865e5ceb90b4ea4e6209d8c0063dffa23c158482d29fa46 1 0.00/1.00 vMB 0
106,705 106,705 000000000000b0b9cd8e66bbc0cd668a466644e4392ab79c89fc559459f5c3ee 1 0.00/1.00 vMB 0
106,704 106,704 000000000000e58d09ce5ad208d5cc08055f0f8a7d2c2e1f835a7fdec7f1325d 4 0.00/1.00 vMB 0
106,703 106,703 00000000000176daecd57822d0e51ecce0b61affb7ff66bba8aaeba8ba0e3576 1 0.00/1.00 vMB 0
106,702 106,702 000000000001c3b00d4f25893d73923d1b152267e087713172ee316b3e5d3d82 1 0.00/1.00 vMB 0
106,701 106,701 000000000002d845374463185cc07ccb10da17d14ca1ed6cbd2979a43ea30104 1 0.00/1.00 vMB 0
106,700 106,700 000000000001c9f1738adc21f1fc902b5a1a6e72114d2f3d655cc86843d0884f 3 0.00/1.00 vMB 0
106,699 106,699 000000000001ec79cee7ebe51abd2ede15d37727bb6bf2e12b82e7913745bc45 2 0.00/1.00 vMB 0
106,698 106,698 0000000000028f4be346163efe32efb126fc5c5a736086ea688bb07c60aefea0 20 0.00/1.00 vMB 0
106,697 106,697 000000000000e59a37d5ce419391fb301cc53a73a121d9497a3559763102e1f3 1 0.00/1.00 vMB 0
106,696 106,696 0000000000013c5328b8d568a6774fc11233af432677eac827a8353a28bf33b4 1 0.00/1.00 vMB 0
106,695 106,695 0000000000019e5a6367e3a6c4f68dfe3fc14138ccc950375e751ed8363af895 1 0.00/1.00 vMB 0
106,694 106,694 000000000000d73541bacb32f9d5298a070b0adaa029fce802cd3e9985056320 1 0.00/1.00 vMB 0
106,693 106,693 000000000001a25a9a995d3b00ab1691fc3bc6a3f1f00a301cf623fb3a6caabe 4 0.00/1.00 vMB 0
106,692 106,692 000000000001e7f26cc07740c232ad07b86b1f217a10a6ec417ed211a11d6a10 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.46 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: 527.82 GB
    • Received: 5.56 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.