Loading Tool

Explorer IconExplorer

Memory Pool

17,409 transactions
9.88 vMB
0.04636822 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.15/200 MB

Candidate Block

Mining Attempt 89381af3d3d639a0d3f3e0bfb361ac63bdb96424a40a56730cf6914007f801dc
Version 20000000
Previous Block 000000000000000000017057df6d234f0ac6a521588cd266633a5b72151affe0
Merkle Root 87ed117d5dbff0a16bb4226ecbc15421bdbfcd9102f04847d7886c622f4837bc
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,658
Size: 1.00 vMB
Total Fees: 0.02288505 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,370 (746,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,434 166,434 000000000000063d013d8d0a2ae49780ceaec3a28a9ebf9b4e2824d6ed22020b 14 0.01 vMB 41
166,433 166,433 0000000000000bf7232af5b262ec80e933a62330417add6baa26d4c8cf11235c 145 0.05 vMB 37
166,432 166,432 00000000000008e8378606fbc8b701789ff178dd686aa2809ff8830282372f8f 74 0.03 vMB 49
166,431 166,431 0000000000000031d1a70dc007f97e20dcbd68e82566bd55426b6b26066bd572 9 0.00 vMB 13
166,430 166,430 00000000000000508e68261146b3b739174b7c4babfe38059e48000300df47cb 38 0.02 vMB 471
166,429 166,429 00000000000002fba753707be8269b39dd7d3d99b62e91b6f20d920751d42b3e 10 0.00 vMB 0
166,428 166,428 000000000000039a1a020fa4dab0455618996c99cbfa0791ecad2db9a6407349 27 0.01 vMB 40
166,427 166,427 000000000000024f1eaf0b85881fddaff0e88627d28844583957da1a239affd1 105 0.04 vMB 83
166,426 166,426 00000000000000a6abbf6ea546c668db295d8710f06c8cc19c8c92b634cb9290 28 0.01 vMB 41
166,425 166,425 00000000000004a09a7ab5bec8b03b0fb02eaf43858515f9a97427947ec7a4d4 39 0.03 vMB 144
166,424 166,424 000000000000077f36de23c3e73accae4ed684becd0dc751b38d24a1556166b2 8 0.00 vMB 0
166,423 166,423 0000000000000a1dba8afa2c7ccd123f222b42482a1116c86c8ca0139666215b 23 0.01 vMB 157
166,422 166,422 00000000000007d3033f3c7497d6c611c5b550e0cf6bc0b2e2ef2e7658592b9c 10 0.00 vMB 17
166,421 166,421 00000000000006255ffae6e6c78c13468d21c7f43ae5ff5f65dc2932b647d669 132 0.05 vMB 60
166,420 166,420 00000000000000cabb7e7b11f0d191b974756cb10fc1ac1e7d8c4380a1cb6a66 30 0.01 vMB 143
166,419 166,419 0000000000000155166f84c749d4b512501209a6db8fce1965d6f3059ef28b73 35 0.01 vMB 62
166,418 166,418 00000000000001fa8b5242b5ad61e145777a57479bb15a226a2780c4e1c020e7 26 0.01 vMB 68
166,417 166,417 00000000000003285f79465f01a6c07e25338ac9a8289005c63403b44470920f 3 0.00 vMB 32
166,416 166,416 000000000000009bd02f185c0733132b0f87ae80c9e079050e98e9def150e2a1 11 0.00 vMB 377
166,415 166,415 00000000000003579d93d033c2193dcd805a4f6bebf2e3385d6a4185cd87fcf6 10 0.00 vMB 637
166,414 166,414 0000000000000021e1d42c129fdbbba76cbe1217eb30b20e0010cb6d0df5cc98 37 0.01 vMB 89
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: 104
    • Outgoing: 10
  • Data Transfer:
    • Sent: 193.19 GB
    • Received: 0.77 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.