Loading Tool

Explorer IconExplorer

Memory Pool

56,800 transactions
32.24 vMB
0.15125528 BTC
Random Selection Loading Transactions
Max Size: 174.35/200 MB

Candidate Block

Mining Attempt 8c353af672c1eaa5258fc2d9d227ba4ab24c1a17d35888effd16e709bac3d26a
Version 20000000
Previous Block 000000000000000000009ae72742d77d55e96bac00494a031373ad4b53b85617
Merkle Root 524af7e492ea084ad769b4f7d9f5f398d4cfd4b95ea9544237b3cd03fea0e63c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,923
Size: 1.00 vMB
Total Fees: 0.05189186 BTC
Feerates: 121.08 > 5.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,825 (457,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,053 457,053 00000000000000000024844f2811de1d5d1bbaa13bec5985826999c0d4acfdda 1,402 1.00/1.00 vMB 135
457,052 457,052 0000000000000000019c37f20f871aee8215efd2f607bde3b3161ca717077403 1,881 1.00/1.00 vMB 189
457,051 457,051 000000000000000000d8793465bb35ad6c27703b5c273d9d6cf8e1e555a72c46 2,178 1.00/1.00 vMB 171
457,050 457,050 0000000000000000004771e914181ce2794f77a59d37f5a2f09b5dbb76a1e0c6 2,530 1.00/1.00 vMB 217
457,049 457,049 0000000000000000007d59692f4fdf4e9233f60e98307787be99536da7e08e1b 2,331 1.00/1.00 vMB 170
457,048 457,048 000000000000000001cd4da2a1a28323aac0fccce9996b161d84ae3ec84b18c1 941 0.41/1.00 vMB 213
457,047 457,047 0000000000000000005a9b5b7e9f2f3f3279e3b33ce2206d7ffa489078cbe71d 1,244 1.00/1.00 vMB 159
457,046 457,046 00000000000000000073707c39e240619f1c907e1f7ab6c61c50c162c65ec3fa 2,561 1.00/1.00 vMB 196
457,045 457,045 000000000000000002512d2ccbb5735f44b02e65e4ea66bb8127918f03b8af67 2,876 1.00/1.00 vMB 205
457,044 457,044 00000000000000000154557e87bb73a9d56411d9e1ff67cd143258ed7d184012 2,845 1.00/1.00 vMB 227
457,043 457,043 000000000000000001a4063f324fbdc776068bfa247cf6025b0c5895410136c9 2,224 0.93/1.00 vMB 221
457,042 457,042 0000000000000000021e0700648ca9a1b6d0fcda2b4c3f424a86b67d690bc8d9 1,898 1.00/1.00 vMB 182
457,041 457,041 0000000000000000021f904e6d16a88863b0bf6754224e8ce23a9fb3fb1a5fa3 1,939 1.00/1.00 vMB 138
457,040 457,040 0000000000000000023c866bf0c8428034d25a00d388123b23c63ceaf5171358 652 1.00/1.00 vMB 27
457,039 457,039 000000000000000001a86b69c3025522d1047a5c8157b27ffe4ce7ef0f1cb957 534 1.00/1.00 vMB 32
457,038 457,038 000000000000000001a246542b4cdd3d9c3e29ab5eade979a5f6593a040db067 1,908 1.00/1.00 vMB 178
457,037 457,037 00000000000000000168aa322d739f70ed4863c882296574bc9635aea7c988cd 2,170 1.00/1.00 vMB 159
457,036 457,036 000000000000000001ccd80ef15ea752dd1fdbef3cb1ac0b8b9b088292f2f061 2,232 1.00/1.00 vMB 172
457,035 457,035 000000000000000001ed766c8b82d0252d2f5fde6a6cce2309a589cf86e46b87 1,329 1.00/1.00 vMB 47
457,034 457,034 000000000000000001a2f0785006a7a71f078395991559e4cb3e3228b689d70e 1,346 1.00/1.00 vMB 65
457,033 457,033 00000000000000000186fe97f50df218cfed6ed35fed085842098a6797a925aa 529 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.08 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: 651.43 GB
    • Received: 13.56 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.