Loading Tool

Explorer IconExplorer

Memory Pool

78,954 transactions
28.97 vMB
0.11411913 BTC
Random Selection Loading Transactions
Max Size: 175.82/200 MB

Candidate Block

Mining Attempt 45dc4bca3d342a0629b6f77a5ba7a392f97a896bc46644fd58dca6e1783baf66
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root ae975da4e3dfe3fb10da29b0e7123c5693aa8d9f55308827cbcd675731cfd653
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,367
Size: 1.00 vMB
Total Fees: 0.04124764 BTC
Feerates: 602.26 > 4.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (441,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,411 473,411 00000000000000000078ec84005fdd49ba2ee31d639b039c57d271603a5193ec 1,630 1.00/1.00 vMB 96
473,410 473,410 000000000000000000542c8a99d9351b94345e9bfeb1b0a70bf3c7a3f241050f 1,564 1.00/1.00 vMB 137
473,409 473,409 00000000000000000036cd3214301cabeab73f7af0d3277f1ae8ce72f5433195 2,211 0.99/1.00 vMB 239
473,408 473,408 0000000000000000016950398cb9d169b0149bfb087058f013875e567916d01d 2,159 1.00/1.00 vMB 246
473,407 473,407 000000000000000000d037a3fde69f2d2960df77d6cb27e2b86a2017605e2cac 2,500 1.00/1.00 vMB 393
473,406 473,406 000000000000000000b1eb396906123eb628c58b3eca5b76163e700f341b56b5 2,374 1.00/1.00 vMB 273
473,405 473,405 000000000000000001141e1cb35cb51c642bfb03e03d4e7d30c452ef0cd2946f 2,183 1.00/1.00 vMB 271
473,404 473,404 000000000000000000451f657c76eddfb8694394e4add99f6cd2b5258a0093c4 2,397 1.00/1.00 vMB 309
473,403 473,403 0000000000000000012e4fcbd06c5b0081e06a05ba8b10b3332fb093518c8571 2,024 1.00/1.00 vMB 301
473,402 473,402 000000000000000001825cc8e408af5fd4eec2d4ed3ab2672c137adce5a670e5 2,415 1.00/1.00 vMB 328
473,401 473,401 000000000000000001358f419c9f98c54474f2e4efd12d7e931cbe17fb918382 1 0.00/1.00 vMB 0
473,400 473,400 000000000000000000ee8fc018a1c73058aab3a8ede0dfbe8e92f8d5af8b26f9 2,061 1.00/1.00 vMB 229
473,399 473,399 00000000000000000116af21e781caf3f4db1b333a71056fb0c89481a9b6e5f7 2,229 1.00/1.00 vMB 297
473,398 473,398 0000000000000000006f464169f507ddf135cf920817d4ca814bfd6250083afa 2,393 1.00/1.00 vMB 386
473,397 473,397 000000000000000000a2e6bbc61991f63ee19595e52ad40dea4b1a449020c09a 2,104 0.99/1.00 vMB 360
473,396 473,396 000000000000000001258ea207a670fa874af14f3a92e7c9df67b055220b51fe 2,186 1.00/1.00 vMB 393
473,395 473,395 000000000000000000ed2a9f249b94ae637397d7bb71358542ec1dd3a706ef21 2,273 1.00/1.00 vMB 314
473,394 473,394 00000000000000000079321fa3132e647a403b9bf7f50161e5642ef544481f49 1,758 1.00/1.00 vMB 278
473,393 473,393 0000000000000000008927c803cff596affe4c0a631f1331d53acad71834894d 2,220 1.00/1.00 vMB 416
473,392 473,392 0000000000000000017c890ae88ff4f73a4de58f4ba24baa4c0b7c09c02f2b93 1,657 1.00/1.00 vMB 315
473,391 473,391 000000000000000000d3e39f82306e02959247e428bafe9ff2ceec11181c848a 2,548 0.99/1.00 vMB 354
Previous 10 blocks ↓
Total Size: 782.92 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: 714.42 GB
    • Received: 17.53 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.