Loading Tool

Explorer IconExplorer

Memory Pool

48,571 transactions
21.11 vMB
0.06060004 BTC
Random Selection Loading Transactions
Max Size: 120.92/200 MB

Candidate Block

Mining Attempt a577b7f269c4983bc2d51aa5c2b4e3d05d0c3fd8d5a846809631100105bcb9ab
Version 20000000
Previous Block 00000000000000000001f04bee8fc98c1f85e96d12fb520368305c5311966ad2
Merkle Root 06806191c28267a5170fa70cf3476add7df0b7bc613b630ba6b7f993b9d76e72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,728
Size: 1.00 vMB
Total Fees: 0.01794904 BTC
Feerates: 502.67 > 1.80 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,019 (827,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,865 86,865 00000000000f89df9b3307d47d486513b71b0c8dcfac29a4ed72b2eae2d744d7 5 0.00/1.00 vMB 0
86,864 86,864 00000000001ba96fda9f7c7f6cc926d5e8c39c89bf4855be2c972b5957e8e456 4 0.00/1.00 vMB 0
86,863 86,863 00000000001a6139c7dc97cfb46e0dd3296d46f0ad0cfef79a14d088cb45fd2a 9 0.00/1.00 vMB 0
86,862 86,862 00000000000c7382a8150e7975464c1b3394d28db7423f1957e71980346d2fcc 9 0.00/1.00 vMB 0
86,861 86,861 000000000001e7556eafde2b8ff335128284b3bd0e6046c452495925e050a086 11 0.00/1.00 vMB 0
86,860 86,860 00000000000b187e60aaa0e628b2977806dc7a47f5886aed744e8633045cf556 3 0.00/1.00 vMB 0
86,859 86,859 000000000009f3444d8c7809fb3c91645cf3b8ca8170839bff21109a57fcb85e 7 0.00/1.00 vMB 0
86,858 86,858 0000000000098aa4e21a16e05af4dc90a0da80af36f9fe849ae9b1024e77bdd2 5 0.00/1.00 vMB 0
86,857 86,857 0000000000199cedfa77c472817f60f47e953a12d1b84987343c18cd517c6d0a 7 0.00/1.00 vMB 0
86,856 86,856 00000000001de283c2b69450fd576753d9264c35a4a21cba2d026582f932eebe 13 0.00/1.00 vMB 0
86,855 86,855 00000000000f1e315ba2be64b917dba904ce202321850d924b7bc925e5a4d338 6 0.00/1.00 vMB 0
86,854 86,854 000000000017bed591e59101548ff830d83d318396c6459403ec624366695a85 6 0.00/1.00 vMB 0
86,853 86,853 00000000000915bdebca38c91c85a59e544f808c7950fcef616480bcdf25f181 5 0.00/1.00 vMB 0
86,852 86,852 00000000001b2b0e520e2df4f45926a74d3717d81c24064c11938229a3de5808 2 0.00/1.00 vMB 0
86,851 86,851 000000000005db1c614f517fe4098ebcce633f81551ccd1d42a056db6aacc233 1 0.00/1.00 vMB 0
86,850 86,850 000000000018edd19b2c9a55126cbd5ae26050e8f6ffddcf101d749c9722c8c7 8 0.00/1.00 vMB 0
86,849 86,849 0000000000020b61b1f090be25855fe3315a43844689d7ac28f154b347a10b15 3 0.00/1.00 vMB 0
86,848 86,848 000000000015ac5f3615c6959866349fe44423e577f1b74ba41e06d3d14025ae 3 0.00/1.00 vMB 0
86,847 86,847 00000000000b8ecad25f64f3b648e17a6c91c799cff5d01f2c6a346b1fb3b71b 5 0.00/1.00 vMB 0
86,846 86,846 000000000019e15715bd5335b8a4f1090c8ec7ff3cf1a5b2e40d3bc78396e9ed 4 0.00/1.00 vMB 0
86,845 86,845 00000000001a69bb42312e67e17077945abb16ac6bcd41954436160a23da7774 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.64 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: 550.23 GB
    • Received: 6.42 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.