Loading Tool

Explorer IconExplorer

Memory Pool

76,271 transactions
29.19 vMB
0.10547714 BTC
Random Selection Loading Transactions
Max Size: 172.54/200 MB

Candidate Block

Mining Attempt 957d2498c8f7e1892e45a88a864c2c7de21b0d6636b0d85133d5fac075c42eac
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 2b133495c7b1734a2b5489a18dffa0752b38e4f9d2115713b8cea74e6cbdc463
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,384
Size: 1.00 vMB
Total Fees: 0.04252115 BTC
Feerates: 201.37 > 4.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (369,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,473 545,473 000000000000000000197ec0a982d55e56ecd02d84d514e18b61e13b085b21f8 2,227 1.00/1.00 vMB 10
545,472 545,472 00000000000000000001a6e4a89892a8e28719fbee54dcc597bcaee7c2c524ff 2,796 1.00/1.00 vMB 11
545,471 545,471 000000000000000000111be9044ccc689bea98e63776d5ff732dd6727f872a62 1,210 1.00/1.00 vMB 16
545,470 545,470 0000000000000000000887a2a85dd389cae85ee6c25981097c397ea298dfb24f 2,387 1.00/1.00 vMB 16
545,469 545,469 00000000000000000002212ba33d321a8d76ee10ced2183d69177ce86e22ce40 2,695 1.00/1.00 vMB 43
545,468 545,468 00000000000000000010ff807cf6c8fede7d012b420dff871bc92df772fc65c6 1,547 1.00/1.00 vMB 12
545,467 545,467 00000000000000000004ae11041001e72f356696a3ab5f337dd8c92e5c48c93f 2,072 1.00/1.00 vMB 23
545,466 545,466 0000000000000000000c3168681e40b51ff53fa0f3b7ff5551da39ea039d9710 1,775 1.00/1.00 vMB 36
545,465 545,465 00000000000000000019506e76b2e4aec601e4c900bee007e1d6e9b0a8af1efd 2,193 1.00/1.00 vMB 12
545,464 545,464 000000000000000000088eb21134505dfff19ebc9a5c359d0cef9b2f679565c5 1,423 1.00/1.00 vMB 20
545,463 545,463 00000000000000000011cb7c378d87d13c1371d256fc9ba96ca174a01114d385 1,428 1.00/1.00 vMB 16
545,462 545,462 0000000000000000001d8811179af8ed1f944fe91f73c39d12c3b335c379b412 2,039 1.00/1.00 vMB 41
545,461 545,461 000000000000000000157a1fdf26a4cae3c9404d7cda04068b89ecaf458c95b9 1,527 1.00/1.00 vMB 30
545,460 545,460 00000000000000000024353b096a6a679be29390b92b2fe148ff3ffb1761e1eb 661 1.00/1.00 vMB 44
545,459 545,459 0000000000000000001b1b3cb184245ca3ee53a54e754cb58b1c8ae09e067201 959 1.00/1.00 vMB 64
545,458 545,458 0000000000000000001a2198b4f44c5b53754eefaa603fd326ed264d5fd33a79 2,260 1.00/1.00 vMB 13
545,457 545,457 00000000000000000006c7f9ba835896d138aeb52ee52e651c112ee3f4593b5d 1,881 1.00/1.00 vMB 47
545,456 545,456 00000000000000000004d1dccd54a883fbc96358237f3ee741bb8acbe5f1c482 1,846 1.00/1.00 vMB 19
545,455 545,455 0000000000000000001dc7ca5c0cfc03508c5ba9d5df30d3e0551af178f1cedc 2,230 1.00/1.00 vMB 11
545,454 545,454 000000000000000000013b0e05839f68cfd74ba8b2cd6823be78d33286b2d614 261 0.23/1.00 vMB 43
545,453 545,453 000000000000000000141d82cfeaffb5a53d4df246865488c5592d3934aa0933 2,636 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.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: 667.91 GB
    • Received: 15.31 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.