Loading Tool

Explorer IconExplorer

Memory Pool

72,716 transactions
28.04 vMB
0.06691937 BTC
Random Selection Loading Transactions
Max Size: 166.08/200 MB

Candidate Block

Mining Attempt 1e5fc8a79b9a36ce6533e91f95477b6efdd92699e161074f8b48a0a8a99691cb
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 8fdb6daab00b863250a617825baa54248bbb9346b4b29efcc612dd2bd147403e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,874
Size: 1.00 vMB
Total Fees: 0.01096069 BTC
Feerates: 150.86 > 1.10 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (259,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,404 655,404 0000000000000000000c0a5d8b8eae7e79471d47c32a8acf167eb418619040b4 2,391 1.00/1.00 vMB 69
655,403 655,403 0000000000000000000b5ae3262e5143da30d61765162a40d49f81fe278d9ac6 2,590 1.00/1.00 vMB 192
655,402 655,402 0000000000000000000bbf1caddb3c54d6a5b063bdc5d4d2f2de90261a79860e 2,342 1.00/1.00 vMB 196
655,401 655,401 0000000000000000000c6adb4103327937eac414c3eba7859625e9671344c169 2,589 1.00/1.00 vMB 195
655,400 655,400 00000000000000000007e727fad072b48a7652c998f3b5a5244c695abb5eb050 2,827 1.00/1.00 vMB 334
655,399 655,399 000000000000000000026489591862ebb49feae090bb5893e886d60bca3171a4 1,338 1.00/1.00 vMB 15
655,398 655,398 00000000000000000002fb4630c41a365168b85ad365576cf1cf8f2c180f7c76 171 1.00/1.00 vMB 21
655,397 655,397 00000000000000000004ac2aa17c0e86d2102a91a8990a5790d97672ea77776f 2,378 1.00/1.00 vMB 24
655,396 655,396 000000000000000000055d92629681c10222e9995b8e84aaf3021d2ca3f5b29b 2,454 1.00/1.00 vMB 220
655,395 655,395 0000000000000000000e98c5118f7bdd1789256d70225ff788400a64510409f5 2,707 1.00/1.00 vMB 193
655,394 655,394 00000000000000000000ff6c17de767214360953c68d97c8b0757af2ebd0d4b1 2,361 1.00/1.00 vMB 31
655,393 655,393 000000000000000000019be53cd14fac5196087443e19f3a794250f7f55690ca 2,111 1.00/1.00 vMB 89
655,392 655,392 0000000000000000000bca46e663c864592e8324c0c83bc04dbcdf8ee403bbf8 2,834 1.00/1.00 vMB 316
655,391 655,391 00000000000000000002a0232036aa3d198855e6e48c8910db4a67d8c2cb05a2 1,008 1.00/1.00 vMB 32
655,390 655,390 00000000000000000006726a6cd0b7b46c25e3fe487a6685837e4adb23831352 2,497 1.00/1.00 vMB 43
655,389 655,389 00000000000000000003534ecb7030728e70fc14f6b2d181662b5466a5956a64 2,404 1.00/1.00 vMB 107
655,388 655,388 00000000000000000007c4c1bef33167a457714f6d57f1f139dfe34c5223cb20 2,590 1.00/1.00 vMB 83
655,387 655,387 0000000000000000000d386e8c384bac1e731487b6a568c581fe71418a0d39dc 2,498 1.00/1.00 vMB 200
655,386 655,386 00000000000000000007823c5074556bfc066105c6e83e06218ef72587639698 2,527 1.00/1.00 vMB 335
655,385 655,385 0000000000000000000096a78cebe32a1eb44eeed79dcd9c04ad2d94181978ef 2,542 1.00/1.00 vMB 221
655,384 655,384 0000000000000000000dbc5f37454f4edbe7e5cfc044e9e976b546642c8a18f2 2,193 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.