Loading Tool

Explorer IconExplorer

Memory Pool

80,483 transactions
29.69 vMB
0.07013218 BTC
Random Selection Loading Transactions
Max Size: 179.21/200 MB

Candidate Block

Mining Attempt 675141ea4067062a400f58b6210d17bea036c7ffd918ba003f36992405782f00
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root faeb3acaa858a5d460c1a3fe8ca52fb0e997495f82b1b791a8be547973203ccd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,137
Size: 1.00 vMB
Total Fees: 0.00960908 BTC
Feerates: 100.14 > 0.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (498,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,345 416,345 000000000000000000f1536ded9e9524c38c23225de21ac0c03d39a6ad062a99 774 1.00/1.00 vMB 25
416,344 416,344 000000000000000002d9f2240937dd27d66623e18a3a44de2eb3a1f1e8133ebe 1,391 1.00/1.00 vMB 30
416,343 416,343 000000000000000003d189071385d9777ed1004cb0ef02fa8d6cc38dff1837f0 1,345 1.00/1.00 vMB 31
416,342 416,342 0000000000000000054ce014d5a366da948cc8da57c46c37349cd4fcf446406f 1,668 1.00/1.00 vMB 39
416,341 416,341 000000000000000000a39f85a77c20df9832181357b89adeced5d57d887c45cc 804 1.00/1.00 vMB 33
416,340 416,340 00000000000000000377ed456a72ad00fb5c996efff00b8cb0e5cf018e261bf9 1,286 1.00/1.00 vMB 44
416,339 416,339 00000000000000000524590f4fbcc63d0aca75762646ca120759ae323c61be08 1,631 1.00/1.00 vMB 53
416,338 416,338 00000000000000000465b30bed0bd24f0761c385a25d036003d5e029d17845a5 1,712 1.00/1.00 vMB 37
416,337 416,337 0000000000000000027c63728271e84b2be7a843f42824c37cc27c5f169577a7 1,784 1.00/1.00 vMB 24
416,336 416,336 00000000000000000532fb9fd32d0d6882cda64e75fb59386338bfda2cddf3a7 2,060 1.00/1.00 vMB 37
416,335 416,335 00000000000000000408b5a6a181e2afbfe2bff0f22c506915f94daa38c05d63 1 0.00/1.00 vMB 0
416,334 416,334 00000000000000000378b5d76d20efa7bdffd0bc9e7a2c04192cf9df7b742da2 1,476 1.00/1.00 vMB 33
416,333 416,333 00000000000000000047c260d46424caf89bac2904235abcdf9ecc038f3e7ce3 2,145 1.00/1.00 vMB 59
416,332 416,332 0000000000000000036f66b628d14ad9fa3f41ca37848bcceb134c3a69de64b1 2,232 1.00/1.00 vMB 46
416,331 416,331 0000000000000000021127c8010a4856cb76995d35fe2261748a0085b5405bd6 2,028 1.00/1.00 vMB 55
416,330 416,330 000000000000000002e5433ade6555d9732fb925c8a97cdde4683555dc8d9517 24 0.01/1.00 vMB 90
416,329 416,329 00000000000000000341a9bfb362e0a52bab4d642fd63dcda16d728a8f8efa5b 1,131 1.00/1.00 vMB 36
416,328 416,328 00000000000000000534dc63700b716b5882895bee6b3a59d5b08fe7f63eb0f8 2,491 1.00/1.00 vMB 52
416,327 416,327 000000000000000001e17f79a7777f1d8a0653a7428ae193276fdeb29e9b2d24 2,756 0.99/1.00 vMB 78
416,326 416,326 000000000000000001fb0ba094dc9dba187ed54505ff547f6c7358652fb52f3b 1,926 1.00/1.00 vMB 39
416,325 416,325 000000000000000002221b25fada57b2d275e3f4f0cae015a7c2677c92d9aa97 2,781 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.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.