Loading Tool

Explorer IconExplorer

Memory Pool

79,275 transactions
30.72 vMB
0.10731223 BTC
Random Selection Loading Transactions
Max Size: 180.27/200 MB

Candidate Block

Mining Attempt d4c0044ef53818b21c82f5e2821152c0a810b8f77161d14b3e9651330841894a
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root 6a1561237aa17852ac5125a5fdec342f9530ab5bb4c2c47938bb90428e98c842
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,920
Size: 1.00 vMB
Total Fees: 0.03403870 BTC
Feerates: 201.36 > 3.41 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (392,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,183 522,183 0000000000000000003844ea2aebc1fd6e5bd576401117c54295fd9d15277569 1,578 1.00/1.00 vMB 42
522,182 522,182 00000000000000000001d354d2faef72af818fe359ee9d17c273d42faa6f1de4 1,720 1.00/1.00 vMB 18
522,181 522,181 0000000000000000003ffdaf64d85cb5afee31bc2af6d8c0cb4baca2b333d4c5 2,188 1.00/1.00 vMB 104
522,180 522,180 00000000000000000008d95c357b27c9a9b2ac3f5e1a8abde7c91e146ef99755 1,347 1.00/1.00 vMB 7
522,179 522,179 00000000000000000008f79b5728d4ec0d3d6129db6ce088ff2ce0dca3a54d4c 1,638 1.00/1.00 vMB 23
522,178 522,178 0000000000000000002f30e5c875ac1d1e38e334918437dbcbe45dfdfec60fc8 1,325 1.00/1.00 vMB 28
522,177 522,177 000000000000000000183bb37f9a06622bb5b52bac2f2ad2c65805285e4f137d 1,001 1.00/1.00 vMB 18
522,176 522,176 000000000000000000172c41ab2c3737f31b466c35ad755f74d5dcdadbaf0e5c 1,863 1.00/1.00 vMB 38
522,175 522,175 000000000000000000298abf5d8a74472cff4bcbe97262c4fe81084ccdd11ef3 342 1.00/1.00 vMB 9
522,174 522,174 0000000000000000003d646c333340be9dc0fb65bc83cc18290d760b938c2a63 354 1.00/1.00 vMB 12
522,173 522,173 00000000000000000023c17ed9136a7b940491ceb1f3f1abf192a4689b1e7f08 788 1.00/1.00 vMB 26
522,172 522,172 0000000000000000000ce2712a1f517382a8a3cc9cfa8d751e034851fc3bdbaa 1,269 1.00/1.00 vMB 19
522,171 522,171 0000000000000000001905e20d6a947635861968dac2096d6a586700a737f3a7 2,286 1.00/1.00 vMB 71
522,170 522,170 00000000000000000017ea67630191306745486dd05dc2e5e9476c71547eacc4 2,215 1.00/1.00 vMB 27
522,169 522,169 0000000000000000000e768738d91c455fa648071f58f38da718ad4a4c3eb30b 1,990 1.00/1.00 vMB 19
522,168 522,168 0000000000000000003cdbf7cae381f7521139e7284a528b677033e053a1a4a4 2,180 1.00/1.00 vMB 30
522,167 522,167 0000000000000000001a34c9c3d08253301f20a5584485672bae5a6077294040 2,413 1.00/1.00 vMB 40
522,166 522,166 0000000000000000001bccd07baefda9b67f0f6665a76b4473e0b5c2a927e006 801 0.56/1.00 vMB 33
522,165 522,165 0000000000000000002ef512c4a279710ac84ff722c5c1a1a9b6ec5955fcb6de 361 0.20/1.00 vMB 24
522,164 522,164 0000000000000000000a655a3cce1587a157ee18863b52ff9ce6746a91166f54 66 0.03/1.00 vMB 24
522,163 522,163 0000000000000000003b5582c153b1a93e90f721382d1548a4ec7b3085644b68 301 0.10/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.49 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: 668.33 GB
    • Received: 15.48 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.