Loading Tool

Explorer IconExplorer

Memory Pool

84,351 transactions
31.62 vMB
0.13614612 BTC
Random Selection Loading Transactions
Max Size: 189.49/200 MB

Candidate Block

Mining Attempt 41f53324a822e37fbf8d602aa11884cbaab040486508a6b2c2c0248ed44f19f5
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 0c99ee483b2e7a834f2ae68e06b79e8fe280c29ec6ec79ac58bdfb2d030f41b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,063
Size: 1.00 vMB
Total Fees: 0.05470896 BTC
Feerates: 163.06 > 5.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (133,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,386 781,386 000000000000000000015e1ec5332dcfc3e1558bcfe88d0e5304e6b351fd1ad9 1,967 1.00/1.00 vMB 11
781,385 781,385 00000000000000000004129839d5a244cee71566943b3974c2f7c3da175be18e 1,857 1.00/1.00 vMB 15
781,384 781,384 00000000000000000005cc02dece4f6b80b74f68e09f956c0d296a9f12c53519 2,509 1.00/1.00 vMB 19
781,383 781,383 000000000000000000029fbd584c422c3ac07169f8265926ddd182c5f572beb8 3,387 1.00/1.00 vMB 31
781,382 781,382 000000000000000000057438c5ed81ce70c7fbd62ad56c4a53c687e05c32539c 2,018 1.00/1.00 vMB 12
781,381 781,381 00000000000000000000a39a62d31c7f607c5dea0c79be3887613114b0c2ddc4 1,228 1.00/1.00 vMB 14
781,380 781,380 00000000000000000001e70176edcea7ac2cb2905e48dc61e7fcf6cca832b643 2,656 1.00/1.00 vMB 24
781,379 781,379 0000000000000000000170980ea021ec814378188bf8f2913cde13e1aac52e6d 3,427 1.00/1.00 vMB 40
781,378 781,378 0000000000000000000645dc10bb20089542e19fd747f747f10355b8ff02e3a1 2,156 1.00/1.00 vMB 43
781,377 781,377 0000000000000000000295aa871ba49664e9294a9bd6ab4b430764e6522bbb16 119 1.00/1.00 vMB 4
781,376 781,376 000000000000000000009326c57ac4050397e760607c66a7c119093c1213c709 1,928 1.00/1.00 vMB 15
781,375 781,375 000000000000000000037d2d4e5a6d637c364bf2d65c20bddde9ed67a36f3a2e 1,108 1.00/1.00 vMB 7
781,374 781,374 00000000000000000002830f93e5ee4c48234f99c7999efcb1e933d3ca568c0e 2,431 1.00/1.00 vMB 16
781,373 781,373 0000000000000000000182b75bc41ca338b5f88531dd1d46517d62036f00e3a3 3,064 1.00/1.00 vMB 28
781,372 781,372 00000000000000000000edbc3b62a5156c32727696f861b60dbe6ce220a2a8aa 3,572 1.00/1.00 vMB 42
781,371 781,371 00000000000000000002d8610c6ec71be4e42386193327b7ce1adfb47f6d12f0 369 1.00/1.00 vMB 4
781,370 781,370 000000000000000000062f516a17a37523f4248139a7cafd3fcb5d7be902dfd2 2,520 1.00/1.00 vMB 19
781,369 781,369 000000000000000000057989aeaebb454e3d84cacd9ec11bcd93b71100ceac0d 1,338 1.00/1.00 vMB 12
781,368 781,368 000000000000000000055bf2d3089296d9dbb5d4c2171e71eb43750fbba00a02 2,682 1.00/1.00 vMB 19
781,367 781,367 000000000000000000064f48b5a8313a0f8e282471451294f17a38ce7a3b4644 1,637 1.00/1.00 vMB 7
781,366 781,366 00000000000000000002a4dab7192de1f384988ef60e2f556a42e02f902c2e09 3,154 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.