Loading Tool

Explorer IconExplorer

Memory Pool

78,170 transactions
28.99 vMB
0.07962485 BTC
Random Selection Loading Transactions
Max Size: 175.78/200 MB

Candidate Block

Mining Attempt f601d734cdd70a5348395b0fcc40dbdb538c9a9c29eacbffbae31553721df04c
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 64ab05ac7c83dbbd27fe5dc881a9076f20fc5c7a3719ba78fe6eb6cf8895ba23
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,367
Size: 1.00 vMB
Total Fees: 0.01913117 BTC
Feerates: 100.81 > 1.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (460,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,550 454,550 000000000000000000c82b7db51eb3c9ca23aae4812b6394e820313c815ec61e 2,222 1.00/1.00 vMB 131
454,549 454,549 00000000000000000087fe36fe46599154d940e35135e4ffd4310d4bb2c7f2c0 1,079 1.00/1.00 vMB 85
454,548 454,548 00000000000000000278e6fcf3edc8c7a27274dc26aa58a5ae178eb9acdcdbd2 2,512 1.00/1.00 vMB 155
454,547 454,547 0000000000000000008ba37912d1ae7011315e5049fa68a3e41206c04a29d2eb 1,735 1.00/1.00 vMB 122
454,546 454,546 000000000000000000f94e34f7419fcfc628a50591ccf9790c427833058471fb 2,043 1.00/1.00 vMB 174
454,545 454,545 000000000000000001c585d2a2e22e870ebe85a9327df4ab7901c7db9b1abd28 2,307 1.00/1.00 vMB 143
454,544 454,544 00000000000000000054e79c595919d15f96e8c8f3847dcf835a4a26105abf43 659 1.00/1.00 vMB 84
454,543 454,543 000000000000000001c1dd5ee490d6e4fd574c50a5b6e4be07111d32bc5775fd 1,478 0.54/1.00 vMB 158
454,542 454,542 0000000000000000024e291a79389c01cff44b7e32d20a98523253bde708828b 2,342 1.00/1.00 vMB 149
454,541 454,541 0000000000000000013cbec34c1df0f5132826e507158ec3a12cf571f85b8130 2,526 1.00/1.00 vMB 114
454,540 454,540 0000000000000000025502bd5e1ecc05f74f5ec0f3be1fa65496c8dac32fdd68 2,296 1.00/1.00 vMB 136
454,539 454,539 00000000000000000167ef98fc7e509d8fb1cb7b641db117554c7973ae7ca8cd 2,798 1.00/1.00 vMB 205
454,538 454,538 0000000000000000006566946c5297751e34c209ca1fb9bd145be67d8433dcbf 1,390 1.00/1.00 vMB 113
454,537 454,537 0000000000000000010b5e8e123c24ec14107e98e2f5d1e23a6ce7ceea9c6e3c 2,494 1.00/1.00 vMB 121
454,536 454,536 00000000000000000260a987d10119d0805d387cc33e7dffb756b29bfb843906 2,001 1.00/1.00 vMB 150
454,535 454,535 0000000000000000011a9ed18ebbeca591d6bb72dce5c0fc67d306a298f98867 1,784 1.00/1.00 vMB 132
454,534 454,534 0000000000000000019c70076705b89c29b92cce36538d238125e5ca93d19fce 2,989 1.00/1.00 vMB 195
454,533 454,533 00000000000000000196db6e33fe136a54c83ccaa3dcb5e80d4df5ddd45a7b11 1,366 1.00/1.00 vMB 94
454,532 454,532 00000000000000000150fc363841a79e493bd7a5e27a1c9ba9683764c4308949 2,127 1.00/1.00 vMB 115
454,531 454,531 000000000000000000bc558deb16e20c159736ef6a3632704c9d74ff08b78765 2,811 1.00/1.00 vMB 127
454,530 454,530 000000000000000000b97325a58cd4fbd8e6fd0d5d33418bbf52a623c62afc16 2,071 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.39 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.