Loading Tool

Explorer IconExplorer

Memory Pool

18,313 transactions
9.74 vMB
0.06466725 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.96/200 MB

Candidate Block

Mining Attempt 5195189b4a4f88654f6f8cd3ba0d3ca3258f3def3c4c7cf9055a06b026bc0a82
Version 20000000
Previous Block 00000000000000000000ea7b3c200deeaec83f2905c92dba9e1fdfd8176f698d
Merkle Root 904b1e13c5a2f9aaa23410eb36294476d8411fabc6c62648b69f1fe7fe3fa3ee
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,483
Size: 1.00 vMB
Total Fees: 0.03954776 BTC
Median Feerate: 3.48 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,372 (746,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,496 166,496 0000000000000245006ccd567e19cc86a0b07ecefa6f8c139581a65c39f19737 42 0.01 vMB 118
166,495 166,495 00000000000000fad03edfc656aea1cc42526bf64e751b6dbe97f6afb6ad7030 105 0.04 vMB 106
166,494 166,494 00000000000009be6ebf8222f41c7f73c298495f5841bcd22790d7cc9d905e1d 50 0.02 vMB 98
166,493 166,493 000000000000031a8f37af0dcb5fc8226d5b92e7c18e55994eef1ed2a0a04c07 65 0.03 vMB 74
166,492 166,492 000000000000044c77d56d5285bedf49c017291b38ce8e689fa3f7fb84389253 89 0.03 vMB 146
166,491 166,491 00000000000000861ae9457b8198a609de419d7a6bc71860de0ca0333b45c641 18 0.01 vMB 245
166,490 166,490 000000000000025cef885902755643f2a442ee724bb28a5a4368e71b5d1a4614 8 0.00 vMB 33
166,489 166,489 0000000000000684fa22187f5670d03675cb8700dc93a69286ceee9130862e06 27 0.01 vMB 181
166,488 166,488 000000000000083c93111826d6fb4f75e1750eec05a333e95342765d9d698764 8 0.00 vMB 16
166,487 166,487 000000000000076c6945fb26bffe0a69dd8ee0067d521e1179ccd389e6f24831 28 0.01 vMB 68
166,486 166,486 00000000000007e591d873cb7656eacdbc380c7dc4d9d8cf76ae50d973c33f19 35 0.01 vMB 246
166,485 166,485 0000000000000bc27785054726a02671a26caedbf65b79691adc18fb8e3670f8 13 0.01 vMB 38
166,484 166,484 00000000000006507a202d33215bb536974d8ae393b719230ac66752c7f7ac84 11 0.01 vMB 53
166,483 166,483 0000000000000397aad7a24334fcfc0887aa0fb3c2fd431d528eae4b46e05bf1 27 0.02 vMB 65
166,482 166,482 00000000000000977675c3317136ac222d21fa5c6cf33d69df9372606f5460d8 8 0.00 vMB 78
166,481 166,481 00000000000000d6cb36f328287d92a12606bc0c2f63c0b60a08f53d0a4a97a3 125 0.04 vMB 48
166,480 166,480 00000000000003b94ad0bd72778440a56f160c9ba5de48578aea361f3208bcd7 14 0.00 vMB 7
166,479 166,479 000000000000079d3c8a1eed5ee28ff7b318583546324f30e3b3faaedd046d13 71 0.04 vMB 79
166,478 166,478 0000000000000bd79a05ddfd82d9a4b706c8e57ca511d59bf1ced30b87dd7f26 119 0.05 vMB 343
166,477 166,477 000000000000022cff299da799f894fd04fadbed8c9c992e5f938bbf97d5e1e3 9 0.00 vMB 13
166,476 166,476 0000000000000b845397af1392a13e0ed53b93b7257db48bd8527139b88a6870 77 0.03 vMB 192
Previous 10 blocks ↓
Total Size: 779.51 GB

Node Details:

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