Loading Tool

Explorer IconExplorer

Memory Pool

42,372 transactions
26.75 vMB
0.06357660 BTC
Random Selection Loading Transactions
Max Size: 140.36/200 MB

Candidate Block

Mining Attempt 61a8d96cd099f01457a52fe35b870dcc6a92ece2c915018721181bebb1f9d0b4
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root bfd7247f8b96b05d000acadb5103f75adacc1c87e62f57e4c58f7ba1550b3a2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,187
Size: 1.00 vMB
Total Fees: 0.01397408 BTC
Feerates: 181.54 > 1.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (253,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,669 661,669 0000000000000000000942e4e82202011d4800bb6342feeba56ab47a9396d75c 2,738 1.00/1.00 vMB 96
661,668 661,668 00000000000000000008a2fc3cf154ffa608669cb7ef14ed077f6ec15de286a4 2,542 1.00/1.00 vMB 100
661,667 661,667 0000000000000000000bd29c153535415c463eb29114c950b529df5ba2f95e54 2,828 1.00/1.00 vMB 113
661,666 661,666 0000000000000000000e23ec21ef7e7c55c276b66206611897edfb14ef591afc 2,332 1.00/1.00 vMB 84
661,665 661,665 0000000000000000000651d25e34d5a2a25fbc9d0211b4ee68b9194c2f9ac8c9 2,670 1.00/1.00 vMB 94
661,664 661,664 00000000000000000007a2eb1f6544a8a1d41a3ca81c9544e332c9892649a34c 2,671 1.00/1.00 vMB 97
661,663 661,663 000000000000000000011d6cd25cef770c004c0e38657cfe58de2d94fb4ae879 2,906 1.00/1.00 vMB 113
661,662 661,662 00000000000000000008f72d63275775abc7b2cfedcdf76aaa075d5a5f6e6a98 2,368 1.00/1.00 vMB 91
661,661 661,661 00000000000000000004401fd48c74107e843d2f99d2eb5967a693f2e659ebcc 3,068 1.00/1.00 vMB 107
661,660 661,660 00000000000000000003caebdd44457eefeb3d46d8a5a91eb8a342f0f85e691b 2,459 1.00/1.00 vMB 90
661,659 661,659 0000000000000000000c531fc9025ffc35e19e99a6bac4ad47804f7b3baac471 1,459 1.00/1.00 vMB 76
661,658 661,658 0000000000000000000214e6cf8804ac7abc197530b183668fcd4e097f307b6e 2,287 1.00/1.00 vMB 94
661,657 661,657 0000000000000000000af7167c4435d1a17676ea3f553e2ebe254478b9f3ef03 2,532 1.00/1.00 vMB 85
661,656 661,656 0000000000000000000d94902f49e041b352d8208930a1efadfe5499d5c722d2 1,496 1.00/1.00 vMB 81
661,655 661,655 0000000000000000000502d724535ddd51050f4592e0501cc09fb207e2d60bd4 2,741 1.00/1.00 vMB 80
661,654 661,654 0000000000000000000664c316503446d1ffa630aa5e862a89867515c61a6077 2,045 1.00/1.00 vMB 80
661,653 661,653 0000000000000000000d8580fd4245c31907f5b1ca8e402d0aec9c82460047d5 2,671 1.00/1.00 vMB 77
661,652 661,652 000000000000000000042d187cbac723693d51a7428cd56dca284fa8b413c59f 2,547 1.00/1.00 vMB 79
661,651 661,651 000000000000000000094cd9add417349de6e16cae7b692ac85d8b7edb704e94 2,094 1.00/1.00 vMB 85
661,650 661,650 00000000000000000009e3430443254044c325a1b8dd6e10b4bd684481490232 2,624 1.00/1.00 vMB 107
661,649 661,649 0000000000000000000547b9c4c4d0b947fc8d8dd23a2173150e8404e1ee51bc 2,839 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.