Loading Tool

Explorer IconExplorer

Memory Pool

53,264 transactions
29.81 vMB
0.15177818 BTC
Random Selection Loading Transactions
Max Size: 159.85/200 MB

Candidate Block

Mining Attempt b5427221c818b5599822982af5fe648686e645cc94e623e70eb76253da9f9dba
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root b9e35c1978d25bde9b64a535e52ae66080d7f428945720b0a8b74e595e1b3f69
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,111
Size: 1.00 vMB
Total Fees: 0.07897618 BTC
Feerates: 445.47 > 7.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (405,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
509,365 509,365 0000000000000000003d93603a940deaceb0a1371aa4529ea885bc2ce722562d 443 1.00/1.00 vMB 12
509,364 509,364 00000000000000000061ca000874a838b22b2502f16e1977c3d5e58e4ad8839a 346 1.00/1.00 vMB 17
509,363 509,363 000000000000000000023ee814b178606a81a1ac8e33bda2d8f4ce0b0dbdf136 101 1.00/1.00 vMB 3
509,362 509,362 0000000000000000004c7d5ab54b836d52cdfb833a64caa3f12f952c49d4a3a0 443 1.00/1.00 vMB 15
509,361 509,361 000000000000000000472bcf2e74c94850ace3cd6e8dd100fc26d2f0b65eab5f 2,170 1.00/1.00 vMB 86
509,360 509,360 0000000000000000005cf39a25a0d23f9bdacbd6fac7b9ea229e0556738c1ef6 175 1.00/1.00 vMB 5
509,359 509,359 0000000000000000002efefb45eecd0cbf73f3c1cc75e7c00f4817dd9231a936 273 1.00/1.00 vMB 8
509,358 509,358 0000000000000000005ef8d5eb8cec77ef41c5cdd88c2c6bc7ee673c389b8f00 2,605 1.00/1.00 vMB 39
509,357 509,357 00000000000000000061e3e8f6c116e3b64f2f844914d31ffff6bb5a13d2f5f3 2,256 1.00/1.00 vMB 93
509,356 509,356 00000000000000000011bf7da1a7b11f28a8fb299205dc8494e99803f0277365 2,279 1.00/1.00 vMB 92
509,355 509,355 0000000000000000005f2d4ff43906f0f98db250f88a3acc2dc4c3b0d135385f 180 1.00/1.00 vMB 7
509,354 509,354 000000000000000000321b4db53c3254964aaf7dd22da17e298c98b64621a4d3 1,222 1.00/1.00 vMB 45
509,353 509,353 00000000000000000024a8eedf6c9eaa2e15a1e626ffe876212b078476ea111f 291 1.00/1.00 vMB 8
509,352 509,352 0000000000000000001468cf2694362814cdd368d07d05d44d1bb5f01c5a0629 489 1.00/1.00 vMB 19
509,351 509,351 000000000000000000259304e593dfa8e84a7141f8cad94e168a543a05fdfd5c 1,802 1.00/1.00 vMB 59
509,350 509,350 00000000000000000004c7d76a700329e80c4912ccce90ae8e8fc98956944d2a 740 1.00/1.00 vMB 20
509,349 509,349 0000000000000000001155030d6a553b6770846a0cdce44b393a474a5dcb5809 2,059 1.00/1.00 vMB 40
509,348 509,348 00000000000000000042ad8c7243b7fe20eb5ac68a4552e9f0f48f603f3cdd2b 2,569 1.00/1.00 vMB 122
509,347 509,347 00000000000000000058ae6414c07351edc5784d1757467282fa3ae1f1321b8d 1,779 1.00/1.00 vMB 36
509,346 509,346 0000000000000000005e3e0c1e879edc43f92726e4585571a5dafaa1b9fda3cc 2,367 1.00/1.00 vMB 71
509,345 509,345 00000000000000000043992558b3f016944fd0e191e48d4aa67ae45f9a0368c7 3,128 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 781.89 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: 645.20 GB
    • Received: 12.70 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.