Loading Tool

Explorer IconExplorer

Memory Pool

76,958 transactions
28.70 vMB
0.07660342 BTC
Random Selection Loading Transactions
Max Size: 173.69/200 MB

Candidate Block

Mining Attempt 8f4ed0fb9d3c988f1598c6610450a3e52710fa991350167380b24cef301da69e
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root 1f84228dac5ad59fdb8ca25d984f6ed45da27fe6679485d4e95d0a8ac0caefa5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,056
Size: 1.00 vMB
Total Fees: 0.01693782 BTC
Feerates: 100.17 > 1.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (460,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
454,529 454,529 000000000000000001ed77a5f550c589a3d834fd7e87139fece87d029390746c 2,418 1.00/1.00 vMB 123
454,528 454,528 00000000000000000001961a455622e6106e2cc16155160141b663433779812f 2,225 1.00/1.00 vMB 144
454,527 454,527 00000000000000000268d2f402c6577d0917a0f62c8003fa73c7bc1b8d52b4bb 2,839 1.00/1.00 vMB 210
Previous 10 blocks ↓
Total Size: 782.63 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.12 GB
    • Received: 16.15 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.