Loading Tool

Explorer IconExplorer

Memory Pool

87,557 transactions
32.44 vMB
0.14859176 BTC
Random Selection Loading Transactions
Max Size: 198.96/200 MB

Candidate Block

Mining Attempt e517aefac46999940dd22e3c8450d5464add94db4512349c7789f1c0da0f928c
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root d818bc0d41b8d0659438dc2f70546c15983da164ea89f1f2a30e5687c8d3e75b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,361
Size: 1.00 vMB
Total Fees: 0.06567109 BTC
Feerates: 502.65 > 6.58 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (278,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,292 636,292 0000000000000000000bc034c36cdd54e9682a7cf98684fb2bc013f2040dc4a4 1,370 1.00/1.00 vMB 17
636,291 636,291 0000000000000000000642324ed50593bbe3badb1c78a9e4759a4aad217df1d0 2,268 1.00/1.00 vMB 35
636,290 636,290 0000000000000000000921702eac56432d23a835c4500b5bdac43c4e656c83a7 2,622 1.00/1.00 vMB 40
636,289 636,289 0000000000000000000630f7705e071b8c5f2365d8abf9d299abeec3846c7050 2,600 1.00/1.00 vMB 29
636,288 636,288 00000000000000000003dd4ce0ebed9f13519d88431f9b5abb794479e868b6f0 2,691 1.00/1.00 vMB 28
636,287 636,287 0000000000000000000fa07e2ec1a4c2be3cd08217b10587db690de860aa0352 3,024 1.00/1.00 vMB 45
636,286 636,286 0000000000000000000c5bd7b26fb8870e7edd0c65238589c84b867197749a60 2,215 1.00/1.00 vMB 32
636,285 636,285 00000000000000000000a6faf14627d1acc154e0e0ced2f089dbaa3a7c3d2c03 2,450 1.00/1.00 vMB 48
636,284 636,284 0000000000000000000211a7ca7050b9053193c1cc067d8c64ce3e6f085d5182 1,728 1.00/1.00 vMB 34
636,283 636,283 00000000000000000009b47de0c7b1f2d8fc8845dd8f924a129179bde26f82df 2,990 1.00/1.00 vMB 59
636,282 636,282 00000000000000000009f6253ac58a90b6b4e8be82267cb07af58bbce9ed6c7b 1,355 1.00/1.00 vMB 72
636,281 636,281 00000000000000000008e19c490d149247e8b179fa7620f00cd26e10c323d9ed 2,555 1.00/1.00 vMB 25
636,280 636,280 00000000000000000009f5e4fdedd0e16502162a112fb29aa3bdd9a87bc6300b 2,816 1.00/1.00 vMB 30
636,279 636,279 00000000000000000010d8bace16499b49787c063c6c767c999a470b7714fa14 2,654 1.00/1.00 vMB 19
636,278 636,278 000000000000000000010c582879f2431a8a4206867676a83c8fe9c40cf82e24 2,834 1.00/1.00 vMB 31
636,277 636,277 000000000000000000049ad414539ae972f44f3cb89fd3553a228ce045befb5f 2,786 1.00/1.00 vMB 42
636,276 636,276 0000000000000000000604ffdceb872c8de0119e055daae05ce30ebe0b754715 2,264 1.00/1.00 vMB 29
636,275 636,275 00000000000000000005f2e6d6b0013ce1bfbb3b9ed661fe1ef43f4fba64abb4 2,674 1.00/1.00 vMB 41
636,274 636,274 000000000000000000035b9e182f3ba2c6091b6862b13b44ee06cffca2de603d 2,983 1.00/1.00 vMB 48
636,273 636,273 0000000000000000000f313042789d58c153bbc70c3032edccf2c8892ff06463 2,583 1.00/1.00 vMB 39
636,272 636,272 00000000000000000002d010584e3f6065b8db6f948d78d98692a26710ea54bc 2,816 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.76 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.15 GB
    • Received: 16.85 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.