Loading Tool

Explorer IconExplorer

Memory Pool

79,153 transactions
29.78 vMB
0.09363190 BTC
Random Selection Loading Transactions
Max Size: 179.80/200 MB

Candidate Block

Mining Attempt b8074ce8dcebc2f882ca734d390f6d2a17f4c38ff2330ce88bbb22b84e62cb22
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root 165d6b7c21a26ba51510375873070b554e7a6bc59e1664120f3db5b1a8bd96cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,572
Size: 1.00 vMB
Total Fees: 0.02687999 BTC
Feerates: 101.62 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (280,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,384 634,384 00000000000000000012512da2b986701ee81051a15009f69c45f528f0155557 2,736 1.00/1.00 vMB 37
634,383 634,383 00000000000000000008e3780fc3751bdbde9d11e56c35e380708e3e41eea8c8 2,438 1.00/1.00 vMB 35
634,382 634,382 00000000000000000013716c16e813715de3aa991de8f873de99f43340f9b8b2 803 1.00/1.00 vMB 64
634,381 634,381 00000000000000000009b030f438a6b707099cbbbab3b38d2792e2670648d962 1,732 1.00/1.00 vMB 9
634,380 634,380 0000000000000000000bd66133fe9f7c64b7af786cc628083209943add490952 2,803 1.00/1.00 vMB 16
634,379 634,379 000000000000000000136f1b78deeebc33a9b7b33d25c2e37f5446cb33b586fd 2,742 1.00/1.00 vMB 19
634,378 634,378 0000000000000000000649c10f9441528b7c2f66cd8e8be4e2dc3efaa15fbb3e 2,757 1.00/1.00 vMB 37
634,377 634,377 00000000000000000002111585bc2d0c8ce709ed1cf8b9cc5b92bfc0f9f0f842 2,500 1.00/1.00 vMB 21
634,376 634,376 0000000000000000000818f6f9c3ad71cff81402a6f3c3d3b4ce88f808e2d2b8 1,296 1.00/1.00 vMB 10
634,375 634,375 000000000000000000005799555d86cee464b14afb21d7eaf0ec2c8249a80a4b 923 1.00/1.00 vMB 9
634,374 634,374 00000000000000000011dcd02d8c44cd29893ed411367714ae92b770b8dc0a5d 231 1.00/1.00 vMB 4
634,373 634,373 000000000000000000059297baa85b225ed84e75dbdda2b31c1e1ebc32da45fa 2,458 1.00/1.00 vMB 11
634,372 634,372 0000000000000000000ba36332bb9a8c0db11d25a765d0f3590dd7fb12742e72 2,364 1.00/1.00 vMB 32
634,371 634,371 0000000000000000000c87f81ad2edfcb90aecdddbb494e5d7b9412774e1b1c4 1,200 1.00/1.00 vMB 12
634,370 634,370 00000000000000000010d94a01bc965e20e7ce072b2db4cd42c39a5860a4da3f 501 1.00/1.00 vMB 5
634,369 634,369 00000000000000000010cfa6422456473e23d04b6009eb4fa4b82fda65fe68e6 2,859 1.00/1.00 vMB 23
634,368 634,368 00000000000000000005658161e1020f0f1eeddd95a7aef96d48637ce8f52dae 202 1.00/1.00 vMB 3
634,367 634,367 0000000000000000000d82c5c26b9ff7941cef8abf4a9e2a581f727239207eef 252 1.00/1.00 vMB 3
634,366 634,366 0000000000000000000b9e529d0f27e298fc0b6c84d5b0f4c2e09b9c16d31dca 573 1.00/1.00 vMB 6
634,365 634,365 000000000000000000134750f0f10bace86289d30b0b00a81f3432656842c65d 820 1.00/1.00 vMB 8
634,364 634,364 0000000000000000000f7824121acfa04684aa9dd3b61d17c987e899752c1541 1,197 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.62 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: 672.04 GB
    • Received: 16.12 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.