Loading Tool

Explorer IconExplorer

Memory Pool

75,939 transactions
28.36 vMB
0.06693215 BTC
Random Selection Loading Transactions
Max Size: 171.82/200 MB

Candidate Block

Mining Attempt bda77ed108e01106e5a9546b228eea624c363626f7bff1a91093fec2e20565ec
Version 20000000
Previous Block 000000000000000000013692c334da3888f451a334566c03c222fde1e46135de
Merkle Root 60ab79ad77d16a3883335200c8410c1e39ac4798654fd7e95855d8680e150566
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,927
Size: 1.00 vMB
Total Fees: 0.00823355 BTC
Feerates: 178.73 > 0.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,135 (460,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
454,524 454,524 00000000000000000254760d6bec5f7bff0fefd15a87d63ef1a825303ed4923a 2,193 1.00/1.00 vMB 164
454,523 454,523 0000000000000000022d2decc9d2c4223a5a716fd3f2a7c1200dcc91dbfb4f2e 2,558 1.00/1.00 vMB 201
454,522 454,522 000000000000000000afc45470bfc5ad91588311f549058a0875d0efa29cfdf5 2,304 1.00/1.00 vMB 140
454,521 454,521 0000000000000000007d70422789b6bc8d2bcf34471f35f441d8ddd514bc30d4 3,263 1.00/1.00 vMB 123
454,520 454,520 0000000000000000010fd0ccbd81545af3d65998bbde20cd2b97eac84802edb2 2,823 1.00/1.00 vMB 168
454,519 454,519 0000000000000000024989d53366682843f5ee4ab631e36693f9783d2b4765c3 1,726 1.00/1.00 vMB 103
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.10 GB
    • Received: 16.14 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.