Loading Tool

Explorer IconExplorer

Memory Pool

79,497 transactions
29.67 vMB
0.07422199 BTC
Random Selection Loading Transactions
Max Size: 178.39/200 MB

Candidate Block

Mining Attempt a6ad283e6f8f7332a7915e10f3f9304c10735cf475a84133188538c15eb3afdf
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 80d3671021bf5a4603e120e1f625997f8a4b2a5e63a235f9a80ce9060abe0b4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,299
Size: 1.00 vMB
Total Fees: 0.01390323 BTC
Feerates: 74.18 > 1.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (72,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,148 842,148 0000000000000000000130c479e9afbcc13f03ea59ce119ed102643b538ba5c6 6,065 1.00/1.00 vMB 30
842,147 842,147 0000000000000000000074ed0f0f5575f9974c0eff3454f376cf67450ed9936e 6,166 1.00/1.00 vMB 31
842,146 842,146 00000000000000000001b15c525ff432ed4a65c5108600f861b8053c9a712a76 5,775 1.00/1.00 vMB 29
842,145 842,145 00000000000000000003070b580a25304b5021f34390cfc63b678e80af4c175c 5,740 1.00/1.00 vMB 31
842,144 842,144 00000000000000000000b67f163d28674a745efe6315e93d7a90fcf3d6a1a56c 2,892 1.00/1.00 vMB 28
842,143 842,143 00000000000000000001e21cc06fb81cfaade4b9f90580887bbeab5d10070919 5,202 1.00/1.00 vMB 27
842,142 842,142 000000000000000000023bc2775ecc623608b3a83586ec620146da0b6ce70e1b 5,863 1.00/1.00 vMB 31
842,141 842,141 00000000000000000000ebf759909d976c1d20f56b268a7a5ed4dbf756d0301f 5,832 1.00/1.00 vMB 31
842,140 842,140 00000000000000000000ea8e7dbc90a3ecf8b8a542a99e96e8a7c7cda7fd1be6 6,382 1.00/1.00 vMB 29
842,139 842,139 00000000000000000000ab3a7bf1c0fe96fcb9b12096df1d01d28a6a8942d720 5,595 1.00/1.00 vMB 32
842,138 842,138 000000000000000000019bd2aebcf334409e10071a174fdf8254f3eb67171e78 3,865 1.00/1.00 vMB 28
842,137 842,137 0000000000000000000321537aafd0c2a92bb367df4bc0625bdb207c1284d30b 4,015 1.00/1.00 vMB 27
842,136 842,136 00000000000000000000a11fb2eaf1bbd9816e19566ba73a007e2a45eb092af6 3,433 1.00/1.00 vMB 29
842,135 842,135 000000000000000000012484449d545dcfb6f4e6cd613516e5b2481629d2fc1b 5,752 1.00/1.00 vMB 29
842,134 842,134 000000000000000000000e6ce68f971b93bad2be6a8f53ea846af725fddfdf48 6,701 1.00/1.00 vMB 30
842,133 842,133 00000000000000000002e060542c72ba51c78dc348f24316ff0abacf43521d4f 4,981 1.00/1.00 vMB 34
842,132 842,132 0000000000000000000234cbf83520b142d4116047976be2dc20cd1139f77282 5,279 1.00/1.00 vMB 32
842,131 842,131 0000000000000000000245fc72e2f2197cfb9f523811fee79e003802f1cd9a91 4,157 1.00/1.00 vMB 30
842,130 842,130 0000000000000000000187a8fa2f190f43cd7c67c992300f31d479de42e298d1 6,011 1.00/1.00 vMB 30
842,129 842,129 00000000000000000002e1122c81a9b15402881afb1b73153e4137ba99da60b3 6,476 1.00/1.00 vMB 30
842,128 842,128 00000000000000000001f0112092b9c3312bf416496cd8abcda1c9af63206506 5,524 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.39 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: 664.65 GB
    • Received: 15.02 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.