Loading Tool

Explorer IconExplorer

Memory Pool

84,744 transactions
32.78 vMB
0.08427913 BTC
Random Selection Loading Transactions
Max Size: 194.22/200 MB

Candidate Block

Mining Attempt 6bfbd2d2429c9aff0a227e93ce870055e0f8552aed6e34c724c627f488efb9d7
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root d17da6cccc368541275c877fbd80a25a9d1a6b837bb5ecf911fb3610f7be7ec8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,275
Size: 1.00 vMB
Total Fees: 0.01907138 BTC
Feerates: 120.64 > 1.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (514,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,385 400,385 0000000000000000010280081c451c6855c1d382cffceeeb9c928ab1833b1d1c 1,337 1.00/1.00 vMB 22
400,384 400,384 0000000000000000062aee72a6e4e4c2d0836eab209c44561306658b8fb4d3ff 956 0.49/1.00 vMB 32
400,383 400,383 0000000000000000030f509b416e942e01c49a8d48424631f8ecde5ae9194c3b 944 0.57/1.00 vMB 30
400,382 400,382 0000000000000000004bb8596884ccc8ec210aa11cdb90bb7b9ca4eb2dfae8c5 2,217 1.00/1.00 vMB 40
400,381 400,381 0000000000000000062f2573346000b33ab606d0151b5ce81b0ea2289a593553 1,464 0.90/1.00 vMB 26
400,380 400,380 000000000000000005fae85e53b2dc5d269bcd582507c41edd7b5f153be5a082 2,130 1.00/1.00 vMB 44
400,379 400,379 000000000000000003eba8781cc3bfa39edcf5682a2b17a1f09212fa8e252fb6 2,241 0.93/1.00 vMB 39
400,378 400,378 000000000000000001d472452e6e3982efee0d022fabfb25db4bf3ea55abdd01 2,181 0.75/1.00 vMB 58
400,377 400,377 000000000000000002f576eddc34a24c4cb6e9ebd2bfff7e0447dd635964d9e2 423 0.20/1.00 vMB 33
400,376 400,376 00000000000000000183790f6aaf1173616f50145249cd7650c69b7a2a753a0d 1 0.00/1.00 vMB 0
400,375 400,375 0000000000000000042a6c5ce8e111c78af195e3d016258e424091daa47742a2 520 0.23/1.00 vMB 37
400,374 400,374 0000000000000000022153bbb561353d0ab57b54364c3b1685a90d7a71602350 710 0.44/1.00 vMB 32
400,373 400,373 00000000000000000055e5f779fd09d9a0dbb39af5a3a70b575be9fb3af0d1b3 783 0.42/1.00 vMB 33
400,372 400,372 0000000000000000017517fa1ec1ced0f18e36f502a512fc08f3c4108cf7b711 1,560 0.99/1.00 vMB 24
400,371 400,371 0000000000000000051fd19ad59dbebe7210598041137dcb165a25814f3e38b7 2,633 1.00/1.00 vMB 49
400,370 400,370 000000000000000003e415ed77f57d80108e58a5ba526f5e6f5d269b85d5fcf8 1 0.00/1.00 vMB 0
400,369 400,369 0000000000000000027feebf9ec0332cf894d7678159327014203ea963573cf5 1,440 0.93/1.00 vMB 25
400,368 400,368 000000000000000003088ee31254ec0272607edec308d613d6998b10b4d0dcf2 2,843 1.00/1.00 vMB 49
400,367 400,367 0000000000000000001110ab226f5d187bf483f3b749df5f073c8badc9e3e0db 2,061 0.93/1.00 vMB 37
400,366 400,366 0000000000000000017941b30c8d3861452874eb16e88862794abd343684e869 1,647 1.00/1.00 vMB 25
400,365 400,365 000000000000000000019bb4c6b65e2b332a4000b81f526e291b212b37ed6553 2,703 0.93/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.