Loading Tool

Explorer IconExplorer

Memory Pool

44,395 transactions
27.02 vMB
0.06077898 BTC
Random Selection Loading Transactions
Max Size: 141.95/200 MB

Candidate Block

Mining Attempt b6d4c08c76c09aa22aec385be730b47c0626523e3c996444440b31ea45d12bb9
Version 20000000
Previous Block 00000000000000000000b4188af0ccd9466ef1de1996e2359e537cb492551e73
Merkle Root a24fec687cddb09f8ac56694166ae0feb99cab3b0037a7664b5cba2f4793a303
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,055
Size: 1.00 vMB
Total Fees: 0.01022644 BTC
Feerates: 100.00 > 1.02 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,890 (353,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,534 561,534 0000000000000000000084ffd7dd88a920712cb711e05e050ef6d76c3731df5f 3,016 1.00/1.00 vMB 30
561,533 561,533 0000000000000000002b11ae3b3037ce71e3ada26ef7706e061cf048877becb9 3,176 1.00/1.00 vMB 21
561,532 561,532 000000000000000000048c170de3d6f6e08a2b3cb17c33934a902200f5b948f4 2,581 1.00/1.00 vMB 24
561,531 561,531 0000000000000000002ace63358a3d9ef58047363edfe9caad0bcaee3f9657b0 2,488 1.00/1.00 vMB 6
561,530 561,530 0000000000000000001f74c4681c33a8674c74d2940e6b518e59adc5ebf9d962 2,635 1.00/1.00 vMB 5
561,529 561,529 0000000000000000002841dd481bb4b86d1d16eef0b31c22ef8bd05c06b34b44 3,188 1.00/1.00 vMB 13
561,528 561,528 0000000000000000000a75abb9eb9c344870e822a09d1ab2c07ccdefefe4a5d1 2,802 1.00/1.00 vMB 14
561,527 561,527 00000000000000000014bed513d972f52a8c71973f150f9a0f16089922256bc1 2,759 1.00/1.00 vMB 13
561,526 561,526 000000000000000000039b0609007c7bf79dfadef188b95ff3a8280978cbeb3f 3,285 1.00/1.00 vMB 9
561,525 561,525 00000000000000000013f4a6644ef1cf5ab153d2a27f0a21ce951cd76b05fa18 2,763 1.00/1.00 vMB 34
561,524 561,524 0000000000000000002f396bca30a7483ac7e2861fa0af96ebdd5ce2646f9c65 2,906 1.00/1.00 vMB 19
561,523 561,523 00000000000000000012dcd4c706a59ca41f9432b936f7fa2b6e73b6e4f54bc2 2,233 1.00/1.00 vMB 27
561,522 561,522 000000000000000000034014630fecefbdc49e165b4e01ec0d7255ae95915c51 2,865 1.00/1.00 vMB 14
561,521 561,521 0000000000000000001c1d36db4e0b4c5622984e7fc2948415fca5554dc4b411 3,055 1.00/1.00 vMB 11
561,520 561,520 0000000000000000000e29145a3ca5151ff307f3c5c5ea72c192df12ae2454a0 2,329 1.00/1.00 vMB 5
561,519 561,519 000000000000000000011b113d15367a98b23846f97f7eba92b4ae37656dc044 2,766 1.00/1.00 vMB 26
561,518 561,518 000000000000000000252d541e64e6e2826dbacfcc62c4482868222fcc070515 166 0.05/1.00 vMB 14
561,517 561,517 00000000000000000026f8f85fcfd589be8123eb5b7e969d462a5d2abf4ba625 2,647 0.86/1.00 vMB 10
561,516 561,516 00000000000000000023569d8f77d67fb56799a9eb383b9c2c37afc61431b608 2,637 0.97/1.00 vMB 17
561,515 561,515 00000000000000000021ac0b3b4d7db18acb8fee022b5c70c7707b72e1566f06 1,127 0.37/1.00 vMB 15
561,514 561,514 0000000000000000000af2b3038f3d4b208e3a6ebcfea05d01e62e024e7babbe 1,950 0.59/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.19 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: 653.77 GB
    • Received: 14.05 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.