Loading Tool

Explorer IconExplorer

Memory Pool

78,153 transactions
29.69 vMB
0.07414218 BTC
Random Selection Loading Transactions
Max Size: 181.22/200 MB

Candidate Block

Mining Attempt 8dbaa7a58bb648909480c0f5bb752b2c45e1578c0b423ef43829ae5a947721b0
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root cdd0238adb8d4e6ca196e6c37b1e321200227eeb65e3fcfbaecc8cdcb24765f3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,776
Size: 1.00 vMB
Total Fees: 0.00847139 BTC
Feerates: 100.46 > 0.85 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (483,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,292 432,292 0000000000000000013de6086146f89e0a73b921706b742b91ee4e0ffd5b9a3c 1,666 0.90/1.00 vMB 42
432,291 432,291 000000000000000002a6d8873979eaaff4298b0fd53f73959a0d4dfacf46f0d9 1,754 1.00/1.00 vMB 65
432,290 432,290 00000000000000000389bad0483cc8179d09714dcd977ae9297bf9d89ede9d0c 699 0.32/1.00 vMB 57
432,289 432,289 000000000000000001f59448cb724f37d7e0b46aa7a8cf5aabd57b36af820e60 162 1.00/1.00 vMB 2
432,288 432,288 000000000000000003550d280be07f714222c6d564d4096b159f671babca780d 570 0.22/1.00 vMB 65
432,287 432,287 0000000000000000003cd4ea7ee3fa6fb53c084d4114b08c3b9b5feb054a4872 354 0.30/1.00 vMB 54
432,286 432,286 0000000000000000012649e27792f2533c3b5810e7864451ce202d330e99f95e 226 0.33/1.00 vMB 22
432,285 432,285 000000000000000003242f8a45c3ddd2c7ce407bbbbfc9c9dfc8ebc587f23e8b 2,414 1.00/1.00 vMB 60
432,284 432,284 000000000000000001852a9e973d20df540632b57c58987642c65e4261e7af2f 2,531 0.98/1.00 vMB 64
432,283 432,283 000000000000000000ff7e9b59f8f880e07bfaed552f62c4a27cb869dfdda8cf 1,066 0.44/1.00 vMB 66
432,282 432,282 000000000000000000a9636c46afea6162b52c4a812e845a7e6f2fcebfc32e78 1,274 0.49/1.00 vMB 62
432,281 432,281 000000000000000002617fe9f632df58bd9613087fb848038eec67054ea2a3d3 195 0.10/1.00 vMB 67
432,280 432,280 0000000000000000020f62714f383dad7149fd56f0734d1e1c64a1cc44f440ae 373 0.14/1.00 vMB 65
432,279 432,279 0000000000000000014f8f98772c3bbcbe94fca4553ea0d01dc02451870b97c7 278 0.98/1.00 vMB 7
432,278 432,278 0000000000000000047e8826b09c37cd24b1a1a4b1d560d41ca3327218c6639d 320 0.14/1.00 vMB 68
432,277 432,277 000000000000000003f9e1e8e27cdc92cd14bc1a4d0fc8678a429d3c7409d1df 561 0.33/1.00 vMB 53
432,276 432,276 0000000000000000044091d92dac5fc2cee665349e83598d3aaaae04c7e21f34 1,144 0.39/1.00 vMB 72
432,275 432,275 00000000000000000408eddaff619f68646d544282fe47e2c6ec9717ce88f538 1,478 0.60/1.00 vMB 60
432,274 432,274 000000000000000000adc17a23a87e4141266782fd0c55a42a7666246e51baa5 824 0.98/1.00 vMB 20
432,273 432,273 000000000000000001c9ca0f235645a3219a1aecd346f7aedcc049cb666a25a0 621 0.26/1.00 vMB 69
432,272 432,272 0000000000000000010351f8e69d3d44e2b9218cebdc7827818f649f11d03d7a 2,019 0.99/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.31 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.