Loading Tool

Explorer IconExplorer

Memory Pool

82,233 transactions
31.55 vMB
0.08439414 BTC
Random Selection Loading Transactions
Max Size: 187.89/200 MB

Candidate Block

Mining Attempt e73cefb671fa5ef605a586a247bebeac3c468527a95ddd0d5470d721d6d90907
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root 6faa8e916deaabb7fff7ba869f386bb6f084832e0c18f4aa3fccba0716ea61ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,309
Size: 1.00 vMB
Total Fees: 0.01675780 BTC
Feerates: 157.11 > 1.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (309,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,346 605,346 00000000000000000011dd50433fbf03f1026c2e65c5160cd21d8da6efd11290 2,337 1.00/1.00 vMB 14
605,345 605,345 0000000000000000000339c317a2f7245b770c31da3e35a3e3ca085d64eab9c2 2,452 1.00/1.00 vMB 20
605,344 605,344 0000000000000000000b3f6fd4bc89a81c9c831e8d16b7d1aa14b4b747fe18d9 2,181 1.00/1.00 vMB 16
605,343 605,343 00000000000000000014232dc52d58071d17bf6b547c85400b3c089de929729e 2,686 1.00/1.00 vMB 23
605,342 605,342 0000000000000000001045700fab90c70f45460521edfbdbf93b45d9ada9c150 2,989 1.00/1.00 vMB 27
605,341 605,341 000000000000000000099925b7159de24c43cddca0c9723aee0987ea99fe4d58 2,778 1.00/1.00 vMB 16
605,340 605,340 0000000000000000000cd6151f72c27ae6c715ae598f8f86832c910b1557910f 2,664 1.00/1.00 vMB 38
605,339 605,339 00000000000000000014cbd9c0c6e48b4fa2a3cf11d97e7fd9f563b7bb31e9bc 2,569 1.00/1.00 vMB 22
605,338 605,338 0000000000000000000f8b47634a889e40f672832c0e51170f0339c7573720a0 2,606 1.00/1.00 vMB 20
605,337 605,337 00000000000000000009fdadcabef57d7d0956e8ac9e26107530b5742d203dda 2,144 1.00/1.00 vMB 29
605,336 605,336 0000000000000000000f60f718002d121e209e9998651ae55ae9cbe7aeb20891 2,769 1.00/1.00 vMB 33
605,335 605,335 00000000000000000004e53974b90599f10fb660566ae7ec4d84f6295d2e45a7 2,574 1.00/1.00 vMB 60
605,334 605,334 0000000000000000001553170caf48b91669999a6c712486e96519658db769db 391 0.31/1.00 vMB 13
605,333 605,333 00000000000000000009c328afd4da24f3ab0a043fc9b641578cef7d95c622be 2,071 0.66/1.00 vMB 20
605,332 605,332 00000000000000000005b8b77045404d343ebfbd6ca7408b538eeb3c35b01804 1,598 0.55/1.00 vMB 18
605,331 605,331 0000000000000000000ef98acb74d44048c19a0088de3ccf0ea02b7881574d07 215 0.07/1.00 vMB 15
605,330 605,330 0000000000000000000a17b6d2d89331c8c8a2de800c63f11d2264142b6ff8c9 1,815 0.54/1.00 vMB 19
605,329 605,329 00000000000000000004a757facc429c32d37fd212e0eda9d195c8f68fc4cc1a 2,654 1.00/1.00 vMB 24
605,328 605,328 00000000000000000009312619105b87ae1b9653e7d64010049c782455ea6cde 2,630 1.00/1.00 vMB 19
605,327 605,327 00000000000000000008c2cb635fcb2bb3160580bb5619f2359be67bbd9b6eef 2,622 1.00/1.00 vMB 24
605,326 605,326 0000000000000000000889f01affae945c8f3c8d8df593efc50e6167b8c43eda 2,806 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.52 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: 668.84 GB
    • Received: 15.59 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.