Loading Tool

Explorer IconExplorer

Memory Pool

44,805 transactions
27.17 vMB
0.07340733 BTC
Random Selection Loading Transactions
Max Size: 142.79/200 MB

Candidate Block

Mining Attempt 1f122611fe86ec4c619a0ca2b6b8ace4c8335f5dd416eed5521704a207365b54
Version 20000000
Previous Block 000000000000000000000daf054202e657483ffdca3c83fde776f6782404cc63
Merkle Root dac3150b1d79972a3394f2db4bb9dc31f53d3a069f998680befb992f08f3855d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,806
Size: 1.00 vMB
Total Fees: 0.02237123 BTC
Feerates: 265.25 > 2.24 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,887 (100,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,152 814,152 00000000000000000001689b96c27a5b3e078f82ba479b154ad7aab39817058b 5,596 1.00/1.00 vMB 9
814,151 814,151 00000000000000000001e29ecfd9a462cfd0f526c2af14dcab040c45e218bc63 4,442 1.00/1.00 vMB 15
814,150 814,150 0000000000000000000339fdcaf49759bff302792b0959166fea896785cbcee6 3,681 1.00/1.00 vMB 16
814,149 814,149 00000000000000000002928cc6b57e1bb4997b07b367b8d4477dfd5d0515d8c2 3,212 1.00/1.00 vMB 7
814,148 814,148 000000000000000000045bd1d108eda1b37df45fcc4f7a6446bb97752ca963eb 3,181 1.00/1.00 vMB 13
814,147 814,147 000000000000000000002f0aa6d5c7ca10728ab0aba047256579d6f2eb75f2aa 5,330 1.00/1.00 vMB 9
814,146 814,146 000000000000000000013becab014ede5f83fc38ba293d2d7a0e5724ef1e2e45 3,813 1.00/1.00 vMB 7
814,145 814,145 000000000000000000022e3206c17ca6e41c446f98e255f7e136b8bfb4e72857 3,080 1.00/1.00 vMB 16
814,144 814,144 000000000000000000045acc7e37e3271b019c74f16c6d8c2f8c32929d2b3bbe 4,622 1.00/1.00 vMB 7
814,143 814,143 0000000000000000000007b7c3b2faf3f4e55b67477db41a15a44d73eff00961 4,419 1.00/1.00 vMB 11
814,142 814,142 000000000000000000006bfffec87fe2b600cd362b6694949a038eaa86f231ad 3,188 1.00/1.00 vMB 14
814,141 814,141 000000000000000000031b9efe888e0e420c0f6a8cf3d6eeede4a45e46d158c8 2,469 1.00/1.00 vMB 19
814,140 814,140 00000000000000000003b0c19cc0b4e6f90dfefec51c98db1c8c238b2e6f205a 5,113 1.00/1.00 vMB 8
814,139 814,139 000000000000000000025d187441da6f1ea303cd6c81792f0f0a850255f9d997 4,652 1.00/1.00 vMB 11
814,138 814,138 000000000000000000038bddf85843b199768fcacb3c561250455c5ef007538d 3,933 1.00/1.00 vMB 17
814,137 814,137 000000000000000000027aee4f0fdb336a63cfa1ae442abf6e81ae48e80a7f74 3,423 1.00/1.00 vMB 17
814,136 814,136 00000000000000000001038dc7e6e038940856c29f4de01f10af9bf782fd1e01 5,487 1.00/1.00 vMB 4
814,135 814,135 00000000000000000003d5cfb0ad3623a98dc326b05e21c4501cf03255b07b20 3,059 1.00/1.00 vMB 14
814,134 814,134 000000000000000000004ee1d0cc80f54f65ac586a06042d206281eb9ebcc33c 4,334 1.00/1.00 vMB 10
814,133 814,133 0000000000000000000004ca50c766c910323e7af83c1f1caf494a53376dc4a0 4,515 1.00/1.00 vMB 4
814,132 814,132 000000000000000000019fc9d246c99914a36fbe57c3276d8acee41bea4d5999 2,294 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.19 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: 653.70 GB
    • Received: 14.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.