Loading Tool

Explorer IconExplorer

Memory Pool

41,591 transactions
26.43 vMB
0.07805028 BTC
Random Selection Loading Transactions
Max Size: 137.74/200 MB

Candidate Block

Mining Attempt 0997858d9582d0fa0c6f61c403fa7315ae85246781cd5d907547b990be1ff9b1
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root 8cd74d1554b73eb120befd29ee39d5be7a8ed1c6967c1ecd344e0183caae49fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,465
Size: 1.00 vMB
Total Fees: 0.02944723 BTC
Feerates: 150.98 > 2.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (266,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
648,686 648,686 00000000000000000006536991a905f22de93cf3db181f8fec0f52d92bbd6b02 527 0.27/1.00 vMB 42
648,685 648,685 0000000000000000000352bd0ec5e370ce9d765e7b6b687ea6fb5e0b4a9d7f89 1,277 0.70/1.00 vMB 34
648,684 648,684 000000000000000000049c8804ff411634af11ff57a839963af276cf1896ceab 795 0.46/1.00 vMB 58
648,683 648,683 00000000000000000008afb1bfeb97ffa5e589eeb70a29d4d088e574e81d166e 401 0.36/1.00 vMB 46
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: 113
    • 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.