Loading Tool

Explorer IconExplorer

Memory Pool

44,525 transactions
26.64 vMB
0.06275765 BTC
Random Selection Loading Transactions
Max Size: 140.59/200 MB

Candidate Block

Mining Attempt 9dbb02b0f03cff8caac43abd3716303a9ad3b001d8665c7f1ecbf3830b9f47b5
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 2b53ec92de26172a28157ba147b1b0700111290c8e4836dc20afa7c583d64d6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,272
Size: 1.00 vMB
Total Fees: 0.01383074 BTC
Feerates: 100.36 > 1.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (266,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,315 648,315 0000000000000000000b207ef353e71227dc28a444c3dfe057dc907521e61222 2,566 1.00/1.00 vMB 30
648,314 648,314 0000000000000000000e06797bb875cd9c8d19ecf404b44d595a42a8b317069e 2,802 1.00/1.00 vMB 68
648,313 648,313 0000000000000000000f1f4d9477298c581ec1650785a44c859273701c204211 2,766 1.00/1.00 vMB 51
648,312 648,312 000000000000000000013ae68460e47a6336e936c39ce509c5eb962d7982b3af 2,665 1.00/1.00 vMB 37
648,311 648,311 00000000000000000008bb4b97e4ff6fedac9f5413c4c3f26e1170bedc640657 1,962 1.00/1.00 vMB 60
648,310 648,310 00000000000000000004a6f47c5d976bcee27a5290c74115ebd3685fbdc3253f 2,465 1.00/1.00 vMB 91
648,309 648,309 00000000000000000002443f812e4b4a41f824e1c6042547313c3587d0fb0c1c 2,749 1.00/1.00 vMB 67
648,308 648,308 0000000000000000000e21b853ce46f1d9576d4c73115f655175dc870cd58b8b 2,639 1.00/1.00 vMB 68
648,307 648,307 0000000000000000000ac53812267607ff42523ac6638e6216321fe5f6b26cc4 2,575 1.00/1.00 vMB 69
648,306 648,306 00000000000000000001f53d79f927800f278819c4405fdb072b3c02cbc96b37 2,602 1.00/1.00 vMB 98
648,305 648,305 0000000000000000000b067d7a28041f1c47f233531e888929650078ac445da3 3,204 1.00/1.00 vMB 96
648,304 648,304 000000000000000000050c64cb118ffd91bb31d1951889500b1b56db721df9a8 1,992 1.00/1.00 vMB 20
648,303 648,303 00000000000000000004c0fc20a8a1427e47b65bd5dd7c6fe612371dbaa6494b 2,663 1.00/1.00 vMB 53
648,302 648,302 0000000000000000000a0249090a076146a471402b7f7653f402f625d14f7a21 2,441 1.00/1.00 vMB 41
648,301 648,301 000000000000000000068e2cb5a1e573fe55e18be40e64e301a3da0d27c86d29 2,422 1.00/1.00 vMB 46
648,300 648,300 0000000000000000000b0615168c762b33544712296ca3eab70e766ed4c51ff6 2,582 1.00/1.00 vMB 28
648,299 648,299 0000000000000000000d84e911d446893069dd8461fa6243df83bbe2c6e4456b 2,159 1.00/1.00 vMB 63
648,298 648,298 0000000000000000000cc3063d4b360013ba3a7dca47ca5064a958b03bece7ac 1,993 1.00/1.00 vMB 81
648,297 648,297 0000000000000000000f61bc63244fa6a7a2f4c531fdbae838f06ce19544a704 1,475 1.00/1.00 vMB 12
648,296 648,296 0000000000000000000a64c1239bf75468f94c0340b71d396ae4e94628c69b72 2,270 1.00/1.00 vMB 25
648,295 648,295 00000000000000000006f8a1dddb345b61f1e16cf89bdb8f2d5c05467eeb8e3a 2,709 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.91 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: 645.66 GB
    • Received: 12.75 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.