Loading Tool

Explorer IconExplorer

Memory Pool

41,563 transactions
26.43 vMB
0.07790212 BTC
Random Selection Loading Transactions
Max Size: 137.70/200 MB

Candidate Block

Mining Attempt 9933347f1dce6e0c462530fd175cf0c31e1dbb1b42d07ec60eee1c71604afb8b
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root ae6c337bde9cf60f3391aa217987afb80055fd3dbacf6290e9eb1557caaa86f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,475
Size: 1.00 vMB
Total Fees: 0.02901962 BTC
Feerates: 150.98 > 2.91 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (266,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,707 648,707 0000000000000000000b666d33b70646f55f6d084b9bd06264fed37880b5c453 1,999 0.94/1.00 vMB 18
648,706 648,706 0000000000000000000a536fb263d7bf1c421ef32e2f8033427c16d6b8f66a0f 2,671 1.00/1.00 vMB 54
648,705 648,705 0000000000000000000010270afc73e62f2e20bcf0d4a59889a1ac119bf0fc64 2,597 1.00/1.00 vMB 17
648,704 648,704 00000000000000000006a117b98a313411617fbdd92ea393ca4637e48a74ce53 1,754 1.00/1.00 vMB 73
648,703 648,703 0000000000000000000b248ec5e2fdb1d1736cad1d7461527adf0f6cb1cca7f8 1,299 0.77/1.00 vMB 12
648,702 648,702 000000000000000000068fda6df3ba77945ab0b539d9a432945aee29c1de9ace 2,433 1.00/1.00 vMB 21
648,701 648,701 0000000000000000000d12bcf77973973fda09c397b4e8e79f1ae10652a3473d 2,303 1.00/1.00 vMB 4
648,700 648,700 0000000000000000000098de3254f7fb902e08085c999631decf3e085ff401ca 2,238 1.00/1.00 vMB 27
648,699 648,699 0000000000000000000d50b971b2683c6bf1b95403c367664cf6fcbdeed0a740 2,658 1.00/1.00 vMB 67
648,698 648,698 000000000000000000018590f1daddcf49bf948bf9e4849347c181f4736542a3 2,265 1.00/1.00 vMB 54
648,697 648,697 0000000000000000000f3761de8a646a51c8412b89baf799e3b062312379e389 2,341 1.00/1.00 vMB 76
648,696 648,696 00000000000000000007eff61a1432cfe6721a37809f551eb7a7fff72eddbcce 2,619 1.00/1.00 vMB 76
648,695 648,695 00000000000000000008aafcb09983d5ef87c2bde125fdde403d111b09384f3c 1,627 0.91/1.00 vMB 44
648,694 648,694 0000000000000000000ae2ed711e73c4b6eb4fa6e759f0d4f2b1c221cfa33a23 1,830 0.73/1.00 vMB 48
648,693 648,693 00000000000000000004103384793e5ff6e8fb77806c0dda6d3fc5230c5faf8d 1,648 0.61/1.00 vMB 36
648,692 648,692 0000000000000000000d2b7fdb7636f31bab38fc16b8d2244d3e29eaae6624d9 489 0.23/1.00 vMB 46
648,691 648,691 00000000000000000005a0abfac7337b885433fd85f8b4c3ad08a61010ac4b0f 1,637 0.85/1.00 vMB 34
648,690 648,690 00000000000000000005b57cdc3aedcb14dbb5d34a7140b286b553e777773bb4 920 0.39/1.00 vMB 40
648,689 648,689 00000000000000000003bd5167d57b92954546f24a39979c7b299f8832ff86a1 2,042 0.91/1.00 vMB 43
648,688 648,688 000000000000000000005abdc8e0c8b41bbee97980fbdbbe9cb13672767563b4 1,830 0.81/1.00 vMB 34
648,687 648,687 0000000000000000000860f2e7caa72f2c685cb7f0d83e472646849f566e85c0 978 0.40/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.