Loading Tool

Explorer IconExplorer

Memory Pool

77,106 transactions
28.82 vMB
0.11788292 BTC
Random Selection Loading Transactions
Max Size: 174.32/200 MB

Candidate Block

Mining Attempt 38b8b7957130668e327414d65c69907f817e560f2f6c9d73da45486ead2d2175
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root ec356a61e1741a2561bf73521d6e8ef143f63161e7a9ddd700a1efa6f052b178
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,445
Size: 1.00 vMB
Total Fees: 0.05789679 BTC
Feerates: 101.65 > 5.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (460,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
454,526 454,526 0000000000000000023415447a13d0f08f5e32fc97648accd48fd049de146172 2,385 1.00/1.00 vMB 185
454,525 454,525 00000000000000000230bc23489ccc9dc634ff4554bc2d6d75e8d111e6c1f457 1,563 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 782.59 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: 671.53 GB
    • Received: 15.95 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.