Loading Tool

Explorer IconExplorer

Memory Pool

76,148 transactions
28.10 vMB
0.08716950 BTC
Random Selection Loading Transactions
Max Size: 171.19/200 MB

Candidate Block

Mining Attempt d26a2ee01845461571b8c5b7d6846e939261cfb9b2647ccc5b599af904a16d08
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 25ae1464b49f49cf3d585970f8dc959850b695233beb16c1664b39448fd0225d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,105
Size: 1.00 vMB
Total Fees: 0.02631062 BTC
Feerates: 100.00 > 2.64 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (142,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
772,816 772,816 00000000000000000002177734d016a1fc3dab83c55bfbed6893cca877fb70af 3,427 1.00/1.00 vMB 16
772,815 772,815 00000000000000000003ef58b32af4562c9af8a76f48c7fc1555264558e46a7e 3,842 1.00/1.00 vMB 22
772,814 772,814 00000000000000000004e5a6aaf17e50cae3124f745555b71fa73e789a0ed421 2,360 1.00/1.00 vMB 24
772,813 772,813 00000000000000000004d266dda86c75faa73bb1d5bb7c509367f37a4d2c16b4 2,604 1.00/1.00 vMB 26
772,812 772,812 0000000000000000000699b6f32dea3c7889b33466028da2276649ab0a228ba6 3,796 1.00/1.00 vMB 5
772,811 772,811 000000000000000000040f821b227e43596d1f24b03d91dd7ad9f17cd82d35a3 1,766 1.00/1.00 vMB 12
772,810 772,810 0000000000000000000511030a50dfcbd7867cc1743bdbb43c04626afc5aa807 3,269 1.00/1.00 vMB 22
772,809 772,809 0000000000000000000529fb1a2e1509b807e5c28a4ea276fae5533a21e75112 3,195 1.00/1.00 vMB 21
772,808 772,808 0000000000000000000501605a36b1abeea7969eaef37cd97d6baa8e6fc15234 2,524 1.00/1.00 vMB 31
772,807 772,807 0000000000000000000422c7c6ca9c8a8c038cf36537979ee56c3e9c2853504a 2,336 1.00/1.00 vMB 12
772,806 772,806 00000000000000000005e05a191d89004df825d872db8263adad4bff6b9e1b71 3,175 1.00/1.00 vMB 14
772,805 772,805 0000000000000000000691e698a180f15e8ae259cb8a5fedfe34b31861813540 2,470 1.00/1.00 vMB 33
772,804 772,804 00000000000000000004c08f1412bf07e9c1da91f6beb475af0ccf6239b7b93d 2,892 1.00/1.00 vMB 18
772,803 772,803 00000000000000000000fa33a1482d68815dd61a5618a4dba4ed4bb94873d2b8 2,440 1.00/1.00 vMB 35
772,802 772,802 000000000000000000060cc6e16a8a48c85f96958eb56de1298ab4a2ae4c74e7 1,717 1.00/1.00 vMB 19
772,801 772,801 0000000000000000000600cf6b24fd1c34b88cc25b542c5b9a424ecdbe02e4b3 2,669 1.00/1.00 vMB 19
772,800 772,800 00000000000000000003c50efc37d4cf60f0eaf7d7d653702661160a2365056b 1,146 1.00/1.00 vMB 26
772,799 772,799 0000000000000000000564b09b61307bac05d42f36cf9043bb2cf2856a02052a 3,163 1.00/1.00 vMB 15
772,798 772,798 0000000000000000000188283b8dba7ac8a9c210bac2fb84272ba8e002491a8d 3,363 1.00/1.00 vMB 25
772,797 772,797 00000000000000000004e796b40567cafbad5c0c2ac19a40f072aae99c6e4e26 597 1.00/1.00 vMB 1
772,796 772,796 000000000000000000048198c93490450f01ccd0767ab57b76ac65fdb3c41d1d 3,062 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.84 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: 712.05 GB
    • Received: 17.15 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.