Loading Tool

Explorer IconExplorer

Memory Pool

75,732 transactions
20.67 vMB
0.06723903 BTC
Random Selection Loading Transactions
Max Size: 138.57/200 MB

Candidate Block

Mining Attempt d5c1969a5e9d83f0f31baadb4d2f7f4e16828c1ef7ff33483d7af5f9a173b7d1
Version 20000000
Previous Block 000000000000000000017c51d64429fc44857e89c20e15d0516785aee4fdd00c
Merkle Root 2e52447146ded5bea8ef67dded0e39052d57a219c7f750d5b0f8235b5164c1c5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,313
Size: 1.00 vMB
Total Fees: 0.02190674 BTC
Feerates: 137.15 > 2.20 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,004 (828,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,793 87,793 00000000000717b04b9a16e3e6857cc632678804f2b875cbebd2a58a0e94112c 1 0.00/1.00 vMB 0
87,792 87,792 0000000000018cbde29790602a1ae7baec5dafd46a74a96bec274faddc45d28e 1 0.00/1.00 vMB 0
87,791 87,791 00000000001b86f545ba294495049d57a495df65f9fc8c7bc8650e04186cc13b 1 0.00/1.00 vMB 0
87,790 87,790 00000000001225de688ee47882bdb6e37b80a4b3b780aefdecd61ad02de79a65 3 0.00/1.00 vMB 0
87,789 87,789 00000000000bc919811c40a14151695c003d3e48c5b1902d568e27ff96408f91 2 0.00/1.00 vMB 0
87,788 87,788 00000000001824f2aadeb4b8ae401a3fe45113d163388246e925f13ad45062df 1 0.00/1.00 vMB 0
87,787 87,787 00000000000434020b4499d9865944d045afd8b5d05893e2f55c316f01847c23 5 0.00/1.00 vMB 0
87,786 87,786 0000000000137d58e47a8b187e836dc5819f0c3cd6d22624290fd52e498a1e02 2 0.00/1.00 vMB 0
87,785 87,785 000000000016b6f867730ab34b1142ecc74ce1219268b3fa48b4d5de1fee77b3 3 0.00/1.00 vMB 0
87,784 87,784 00000000000ee99e3560544a6a4b9266feadb24d2bbbefc5a45195542ce409d3 1 0.00/1.00 vMB 0
87,783 87,783 00000000000c73c8ddd58c9201a2ddc01222ff6e6c3680ebb498517f8fc44cfd 1 0.00/1.00 vMB 0
87,782 87,782 00000000001cd3cad91e016d46092445e4692b8cc976822a166ed0a796efde5d 6 0.00/1.00 vMB 0
87,781 87,781 0000000000001bdbaca783d99f52d62b6f120b94b719d75d6e5d4163d4064efa 2 0.00/1.00 vMB 0
87,780 87,780 0000000000069cde925c5583280a9e578417826fce38f8ccd7fb3623c9ea0b56 6 0.00/1.00 vMB 0
87,779 87,779 000000000019397cff63c6c444eedd3f42172b0fb4a75b7c259420f25dc1209f 2 0.00/1.00 vMB 0
87,778 87,778 00000000000c57d0c9acf2777911bf0c4d9567b7e08d0ba83a672803aa6d6784 5 0.00/1.00 vMB 0
87,777 87,777 00000000001c8a1bf4e4aa3b25a273de7a8ec4323f37b74fe16e12d4b1567451 3 0.00/1.00 vMB 0
87,776 87,776 0000000000067d6f6724f9b640c055804eadefdb8055955b085721ac7599e173 4 0.00/1.00 vMB 0
87,775 87,775 00000000000d120ad76e6c247f8389c0350c705ac12375ab71abcc0b3c18f365 2 0.00/1.00 vMB 0
87,774 87,774 000000000004116b4e090844cc902115bfd79f8060f2a9d53340d51d161b3955 6 0.00/1.00 vMB 0
87,773 87,773 000000000000a79a14804b00a3a6caa34f63ab891c60e1d8ce91bc839e5adf69 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.13 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: 808.21 GB
    • Received: 23.26 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.