Loading Tool

Explorer IconExplorer

Memory Pool

49,870 transactions
30.02 vMB
0.12380332 BTC
Random Selection Loading Transactions
Max Size: 160.77/200 MB

Candidate Block

Mining Attempt 8b0010801ddf1c7e16c5a5a421e26adfa8704bdd3b393c1223d5117b99f7c59a
Version 20000000
Previous Block 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774
Merkle Root 608b7e2302ac35823d23388622d6f3cf253ee9918aac3521227143534d493b4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,457
Size: 1.00 vMB
Total Fees: 0.06003972 BTC
Feerates: 117.91 > 6.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,829 (83,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,663 831,663 0000000000000000000278b53131091627eaa00f772f3c7b2a59c374666520d7 2,366 1.00/1.00 vMB 16
831,662 831,662 00000000000000000001030ba3d1016bd94e4c48b90b3fd64d1b18bdb29c4f6f 2,819 1.00/1.00 vMB 19
831,661 831,661 00000000000000000002e5cd84a1b0ed90aef4ceabe6a90ec17cc47bcf8565d0 3,032 1.00/1.00 vMB 20
831,660 831,660 00000000000000000000d32637ccebc84a33a4feebeab73c9ef81d66c014d30a 2,910 1.00/1.00 vMB 19
831,659 831,659 000000000000000000000d5c6e5dd00cf730d0b7965994581fbcad0859f1fdcd 2,939 1.00/1.00 vMB 25
831,658 831,658 000000000000000000005cb3ad1ed2a0799cdbf7594a8d4aa1e26bb0f26baaa8 2,108 1.00/1.00 vMB 12
831,657 831,657 000000000000000000003f756c3c1bf91332903cff2ec563be3c23e7a482a33f 865 1.00/1.00 vMB 13
831,656 831,656 0000000000000000000113c6b5be72954406b109faf2231582a58792438800c5 106 1.00/1.00 vMB 11
831,655 831,655 000000000000000000034403117a995457771235e4a6213bcfea9f4fd4ce8928 1,723 1.00/1.00 vMB 15
831,654 831,654 0000000000000000000184b583300aef83501dd371e84c3e8d1a67b67c549dbf 1,218 1.00/1.00 vMB 15
831,653 831,653 00000000000000000002444e7bcbdce74ce194b378fcbdc16d6ab77d5b1f8c2b 2,348 1.00/1.00 vMB 16
831,652 831,652 00000000000000000001c468c71a2d5ca66803666eeafae9620ad681148ef0fd 4,922 1.00/1.00 vMB 18
831,651 831,651 0000000000000000000024849bc4e0ae35a01e91a84bec18933db0c3aed0fc4c 3,825 1.00/1.00 vMB 17
831,650 831,650 000000000000000000018dadc951000b5dd09132525f6dacb89b0b1a8209fd31 3,523 1.00/1.00 vMB 20
831,649 831,649 000000000000000000008a1232a266003014c66218493b340f1d018041dfff30 4,533 1.00/1.00 vMB 22
831,648 831,648 000000000000000000013bbfe2859dd2dbe5651eed9df72ae8ec4fafde2aa037 4,838 1.00/1.00 vMB 27
831,647 831,647 00000000000000000000241f424a94b5f128091f28d4636e4f4113c5d9934437 3,990 1.00/1.00 vMB 29
831,646 831,646 00000000000000000002cf515c67e8419b985289a206a26482bc9f111d371270 5,199 1.00/1.00 vMB 21
831,645 831,645 0000000000000000000370e724b3a5754252a653308a78b7a0dd0c49232eafe1 4,966 1.00/1.00 vMB 21
831,644 831,644 0000000000000000000232e2a7310fcb818f1e530b08f563f3e54cb2890bdafe 1,820 1.00/1.00 vMB 23
831,643 831,643 000000000000000000012285c7782719d12f848cf5b72d9feb9f6e421dfd9c6e 2,041 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.09 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: 651.46 GB
    • Received: 13.58 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.