Loading Tool

Explorer IconExplorer

Memory Pool

77,013 transactions
28.60 vMB
0.10171293 BTC
Random Selection Loading Transactions
Max Size: 173.05/200 MB

Candidate Block

Mining Attempt 736ba43136282b8ca917f0fbf89ecba7a0002dec336c37743cfbf1d6375a696f
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root fa70f1ebd3a3b13322f5c905e6fe933f3b4727c564d1931f2c16a276508db037
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,653
Size: 1.00 vMB
Total Fees: 0.03486259 BTC
Feerates: 402.60 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (468,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,293 447,293 000000000000000000b41e5cd38e457a27ecb8095c885b742e940add051a9746 2,323 1.00/1.00 vMB 86
447,292 447,292 0000000000000000012304783b509d1f9cedd4b769f5234c707827e149487b52 2,389 1.00/1.00 vMB 92
447,291 447,291 000000000000000002b67fd1678a3c3c10965813c749ce758302aac1a3901504 1,846 1.00/1.00 vMB 78
447,290 447,290 000000000000000002e0f9493060d37b8b568ccd82b47f75ddb6580e25209af0 2,024 1.00/1.00 vMB 86
447,289 447,289 00000000000000000348e8565888b9b9993e21204c59ed54535b54966a9d407d 1,751 0.86/1.00 vMB 76
447,288 447,288 0000000000000000030f24ce41f0d641ceaaf58d4b937c9b74a7afe5bea5117a 735 1.00/1.00 vMB 23
447,287 447,287 00000000000000000298d42719cac85bb5fca189f8c293461ef9fd1a98b7fbf0 1,102 0.50/1.00 vMB 78
447,286 447,286 00000000000000000169c6e2cf8ae3e1f008bcec11ccef78806e64121b647a90 1,179 1.00/1.00 vMB 39
447,285 447,285 0000000000000000008fcdd86a9ce7b5f73129ba7bb7a9b8fa3a311d9e773129 1,186 0.50/1.00 vMB 73
447,284 447,284 0000000000000000002f1e3707fc923a26bc1d92e8ac8ae988370e287662e61e 2,513 1.00/1.00 vMB 79
447,283 447,283 000000000000000000e3d87441de6f12714c9695f6b97ebe073afd7cd5c2916e 636 0.29/1.00 vMB 80
447,282 447,282 00000000000000000103a832e49eefa0a8ad0586330d78e3c653540de75f898d 69 0.03/1.00 vMB 67
447,281 447,281 0000000000000000015c84f8919d8beb305a802cff4873574f072ade9f2ac724 1,307 1.00/1.00 vMB 45
447,280 447,280 000000000000000001584008d25be46f6d55496d3983ef3e4ab98cded46e848d 925 0.62/1.00 vMB 59
447,279 447,279 000000000000000001b1b92e607fd2e96556147df910372a620e5dc238cb8d2f 1,438 1.00/1.00 vMB 40
447,278 447,278 000000000000000001e5b578c0bebddb6ed71e7a68fbd8eff104342e77a33cfd 2,291 1.00/1.00 vMB 88
447,277 447,277 00000000000000000182f46e91b17a6d0c46ca8d555dc6388a9121010802a673 1,658 0.90/1.00 vMB 62
447,276 447,276 000000000000000002dd05dbc68b9f019f2aa02e947b9c84427d92e9c3b4edf6 1,728 0.97/1.00 vMB 69
447,275 447,275 000000000000000002f0e874234148b91c0ebd6c8609d1561bd56107ff5ce4c8 1,191 1.00/1.00 vMB 43
447,274 447,274 0000000000000000000d51a8c04ff2cf6e66d6c825910684b53ba9c27e4f4d80 2,122 1.00/1.00 vMB 70
447,273 447,273 000000000000000002888693ed6c047583881dfdd6ec723ba66da1b47a367191 1,011 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 714.70 GB
    • Received: 17.58 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.