Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

14,137 transactions (4.26 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,194 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (873,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,115 36,115 000000003d80a0176003252acc4b6486cc74be15b7fbf28f2e27d8a4dc0b9793 0.00 MB 1 0
36,114 36,114 000000005b3d48fbd972453ddb3a2e05cc2ab0d01fd38764623968e1625a1d88 0.00 MB 1 0
36,113 36,113 0000000087de77649eb3a73240a4f983197a9b92856430396d43564a38efee01 0.00 MB 1 0
36,112 36,112 0000000073f1038560265511953fce9bd65bc2611e49d58d0c2f863e320b1835 0.00 MB 1 0
36,111 36,111 000000000173fcb08f9f9a7b8915f060bc23ada601795fe7ae5590d79095061f 0.00 MB 1 0
36,110 36,110 000000004f9b5e8484cb6bbf757c8f39460769d38c0b560f73675c5a5b692b00 0.00 MB 1 0
36,109 36,109 00000000110a4b5bc2f08869863c7516709cf4b0d6033ac81bd23e6296f3e55d 0.00 MB 1 0
36,108 36,108 0000000063cd28fe3e409c5a2480c5a4efc1616673d7185fbf68128f6a72f216 0.00 MB 1 0
36,107 36,107 000000003ba91376a66f4e10f6f130103985f22cbadd9c60eb67fbc64698d55b 0.00 MB 1 0
36,106 36,106 000000003e9272247d49623c275e8d01a7e5bf8b647421b1bd0fbc18b17f92b6 0.00 MB 1 0
36,105 36,105 0000000096bd088c28154f701fd7f34b9b73061ca758b3a3ae0ecd1050fd3815 0.00 MB 1 0
36,104 36,104 000000005585f6fbdc106490d494584e6be408be0c85ae8e54d73333c05b2edf 0.00 MB 1 0
36,103 36,103 00000000182fbc427628a93336b741a4f1d1cf69856253818feaa64ba723a75c 0.00 MB 1 0
36,102 36,102 0000000052fbf4649ebb8e0b1bf5fad6efb4af2504e8b5bb0c605660d935edea 0.00 MB 1 0
36,101 36,101 000000006827f1c6ba47266819d65aa7345c27d254b770f45c26d0a7d0817c8b 0.00 MB 1 0
36,100 36,100 000000003e452d0b3695a8ff8d28120889b223521919a4352850c67ee77e3463 0.00 MB 1 0
36,099 36,099 00000000a460584c5ddc5f2193672915f893d78f336fafd86cb4da60c9d1fe2c 0.00 MB 1 0
36,098 36,098 00000000a7a7a5b8be5598b17f519016795b97d3a1f19155eec63a4ffde08c3b 0.00 MB 1 0
36,097 36,097 0000000019898b66efd4934a44a98d5d6615119b03f0d3dd5efe6cd98749607c 0.00 MB 2 0
36,096 36,096 000000008ba1d60e7c5b4870fc6790e6a934c434b5a11bb7f71f5bbcd6ffde7f 0.00 MB 1 0
36,095 36,095 000000008e09db8708fdd1b34927633cd20a670d931a316331e1004809e19c4e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,153.43 GB sent, 112.56 GB received

Notes

  • This page updates every 5 seconds.
  • 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.