Loading Tool

Explorer IconExplorer

Memory Pool

74,402 transactions
27.59 vMB
0.07238623 BTC
Random Selection Loading Transactions
Max Size: 168.08/200 MB

Candidate Block

Mining Attempt dfb74daafd6397b18ee5272c84305a46ec71569d651b619aae53ccb9d8e77b0d
Version 20000000
Previous Block 0000000000000000000192874583294799069cd41a502da4205abee519612895
Merkle Root a2e974321133419d04e945c5f3d7c99d55bb52f93d84198b1833cac98194d2be
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,073
Size: 1.00 vMB
Total Fees: 0.01345815 BTC
Feerates: 100.35 > 1.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,293 (637,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
277,958 277,958 0000000000000002c2c50c49d31d94ed0797b915a5e77a50b795162014c053b3 1 0.00/1.00 vMB 0
277,957 277,957 0000000000000002af8cc803104faafde06f87c84271f03ef2921e499747cc41 340 0.21/1.00 vMB 48
277,956 277,956 0000000000000002107825a555a4f5c0cf5eba78f8c55b4db12a79ac82596582 35 0.03/1.00 vMB 44
277,955 277,955 0000000000000000e3b546bca6efe00217093ae39890a3e9a382b5b4d3ba3ca4 447 0.20/1.00 vMB 49
277,954 277,954 0000000000000002e8215886c29f8b2e7dcbe3c55b949ff4718ad1bb68433afa 8 0.00/1.00 vMB 29
277,953 277,953 0000000000000003691922bd44c81752e1747fddc759d9b8cf7c8a0e59db8711 134 0.08/1.00 vMB 29
277,952 277,952 000000000000000379c497a10d9909b29653b5d3110cd5ab993d3433486b4ff0 655 0.29/1.00 vMB 52
277,951 277,951 00000000000000033f65b1d60938ae9e78d521f14ee5b63997a5ad74a949a633 374 0.21/1.00 vMB 40
277,950 277,950 00000000000000006617fed5c34141ef466ceeb0a8e33ccb64fefbbc3be055db 463 0.21/1.00 vMB 47
277,949 277,949 000000000000000310040395c43a0cce2c5075028cf25b209596ffb416682657 154 0.07/1.00 vMB 52
277,948 277,948 0000000000000000f96fe457ad91a371c03ad3337ac4eb70894000816a88547d 602 0.34/1.00 vMB 42
277,947 277,947 00000000000000005354c0526798116b80a7b00d23f556db795a544c8e33076b 382 0.19/1.00 vMB 61
277,946 277,946 00000000000000032342655079615f2550de7fbbd3d777d139b8518eb0d5ac2e 61 0.02/1.00 vMB 112
277,945 277,945 00000000000000009c3c439f5a8ae433288d3d0abd14fcba1abebc95e041e874 236 0.10/1.00 vMB 33
277,944 277,944 00000000000000033d675ee6f3c226c2140b17a0ef7dd86f3afb9843b4d5aa78 902 0.46/1.00 vMB 51
277,943 277,943 00000000000000032122d3305b24021ae15cfd280b1a516a9730276765672abe 531 0.28/1.00 vMB 35
277,942 277,942 00000000000000009c022cc41264caf5e8c16afe0925c6f02390427ce24d58f7 553 0.24/1.00 vMB 60
277,941 277,941 000000000000000078497e082f33c3a98dcecd12900b5c71f156d801db9c6e3a 144 0.06/1.00 vMB 42
277,940 277,940 000000000000000186732a68015da9ec041c3f2b1cff44734cc25d509259531a 95 0.10/1.00 vMB 18
277,939 277,939 00000000000000003fd67c7961161511106803d54ae3b563dc802333d39e5f92 185 0.20/1.00 vMB 26
277,938 277,938 000000000000000312559cdc348e5a0c800dddf853a8485490ae692385dc39fd 476 0.25/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.90 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: 713.58 GB
    • Received: 17.40 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.