Loading Tool

Explorer IconExplorer

Memory Pool

83,273 transactions
32.02 vMB
0.10767172 BTC
Random Selection Loading Transactions
Max Size: 192.49/200 MB

Candidate Block

Mining Attempt d6e7ed8a32fdda0a7ae6c91a7862700eab6c0116989a0c785ab0c44ef454a914
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root e336c9f66bf1078c400d36e7d9dbc0a4b5328d0ac5a17bbac6cd17ef3b3a2675
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,336
Size: 1.00 vMB
Total Fees: 0.02630380 BTC
Feerates: 353.36 > 2.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (90,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,345 824,345 0000000000000000000248a5e1571ca92fcc81abafc92e0ae3f9cdbeec2465c6 3,168 1.00/1.00 vMB 54
824,344 824,344 00000000000000000000c475d6422496500101ed70df16106b86c91bd2e80a3f 2,216 1.00/1.00 vMB 53
824,343 824,343 000000000000000000038cf5c069663b1b13062c59083dacb2a15ed14a6d78b3 3,207 1.00/1.00 vMB 90
824,342 824,342 00000000000000000002614bda6bcdba9e20b707857a5b564c31e029e6b0ddad 3,076 1.00/1.00 vMB 67
824,341 824,341 0000000000000000000336a131c32c2035c3c8251f0ea33c51cfa2d2da436a5e 3,521 1.00/1.00 vMB 67
824,340 824,340 00000000000000000001487ebbf0bc780df3c89b8eba030adafe63d2823313bd 2,899 1.00/1.00 vMB 60
824,339 824,339 000000000000000000025666e1c71ed3088067732f76d41467fc92e3fe21fdc6 2,493 1.00/1.00 vMB 55
824,338 824,338 0000000000000000000357e081e0454cd8c8b92d9ad54da9df0d1e94b14b668a 3,393 1.00/1.00 vMB 116
824,337 824,337 0000000000000000000165fba6cf079ebba744d2c953aa7b791bdaac3da094b8 3,267 1.00/1.00 vMB 105
824,336 824,336 00000000000000000002f7f7be7a4202a167e04bb94b789b5d8656cabd12dda6 3,073 1.00/1.00 vMB 56
824,335 824,335 000000000000000000023100514c44c0deefd6de2aa4535cfb041901dba8a975 3,481 1.00/1.00 vMB 123
824,334 824,334 00000000000000000001f809cc66f888a4ce432da60403c97e1669988622622d 2,494 1.00/1.00 vMB 57
824,333 824,333 0000000000000000000260f926c3f7733605e6e42f4e5c11a19f342dcae6e9a4 1,673 1.00/1.00 vMB 47
824,332 824,332 00000000000000000003e52a678383009bbb852d72a0b1f9f80ba574b5672360 2,310 1.00/1.00 vMB 56
824,331 824,331 000000000000000000029c8769206d63b2ef3eeaf6ae6032b9adc71f1543fc33 3,030 1.00/1.00 vMB 93
824,330 824,330 000000000000000000017506aec101fd8a5d622c65326f65969d059929064478 2,527 1.00/1.00 vMB 66
824,329 824,329 000000000000000000030217c0ebd1b335c90cdb609d4e4cca1a7fa239853095 2,491 1.00/1.00 vMB 77
824,328 824,328 0000000000000000000186febf698209fefb19f47f8c204f218f0d00992aa5c2 3,099 1.00/1.00 vMB 66
824,327 824,327 000000000000000000010ddc54019ac748e1ff6544a51cb6a6f59ec9d3e19f82 4,123 1.00/1.00 vMB 127
824,326 824,326 00000000000000000002c9d6f0fc5cb36e519618fb1eb71ef9f9e1df973e75e8 3,122 1.00/1.00 vMB 56
824,325 824,325 000000000000000000017435bfa44836e4c0c0c119896bcdc83c0959131b5f8c 3,532 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.79 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: 709.83 GB
    • Received: 17.00 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.