Loading Tool

Explorer IconExplorer

Memory Pool

15,978 transactions
9.32 vMB
0.02627259 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.84/200 MB

Candidate Block

Mining Attempt 5476db591c26e7b8a04eafb6d3294eab182d6f582d8cfa2f203c1dd7cc0eb213
Version 20000000
Previous Block 000000000000000000003fe53c6c85d24c661d1bf6794ab90b09db6d160aa581
Merkle Root 833752d4f318818eccd642274f9052c971b8ba18630412cb7948ab06db4c1750
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,282
Size: 1.00 vMB
Total Fees: 0.00584790 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,368 (741,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,686 171,686 000000000000044a4e56b5f1f8f52fd14b58abef96d96eb3c7ca3ae52a558069 10 0.00 vMB 63
171,685 171,685 00000000000002fe2a23cdaaea4b420e80f3889de317066a70f0e48ec07d150b 35 0.02 vMB 55
171,684 171,684 00000000000008d3031a179271e9cdf221cff7ff014f8a093cd9cb82c87046f4 71 0.02 vMB 44
171,683 171,683 000000000000026ab9c5a9cf81945d1e65bf265aadde97c58070f9539b8de6f6 1 0.00 vMB 0
171,682 171,682 0000000000000702964b92fdce0433777fd34c4d0296e2ba3785169b11afd6be 13 0.03 vMB 52
171,681 171,681 0000000000000839bbc4eae561659e1ca2690d5551a1bc6d7c90864daedb66f0 114 0.04 vMB 39
171,680 171,680 00000000000008f62b4fef1c4ccdf46f9aa28244d3a8f415d17a0fff09617125 85 0.04 vMB 116
171,679 171,679 000000000000025087bfb48f8072a6a9a65480dcf58514bffeb4f6d1da9a4733 1 0.00 vMB 0
171,678 171,678 00000000000008bb38986035ec671a31a93d011ad9a8d3ab5fd0b0121251be58 1 0.00 vMB 0
171,677 171,677 000000000000045dff75898166bd23b1e085317c66582a84be24d32faaec1c68 1 0.00 vMB 0
171,676 171,676 0000000000000a29132892a1495198a75772be5bc4f7dac5dcdfe73794d557b7 13 0.00 vMB 72
171,675 171,675 0000000000000724d9560ec8d161621ceafea27439328c8af42c3773ef8101ac 1 0.00 vMB 0
171,674 171,674 0000000000000878abd2cc6e1da7d2b0b6d449c78b7be130cc3f3ebe4052cd4a 32 0.01 vMB 122
171,673 171,673 000000000000028edf4ffd8658f372a1ab6dd99e794de3a8a4c248e5bfb4c9e5 11 0.01 vMB 51
171,672 171,672 000000000000023115c73c43bfc36125a387ee96edb8e393a71a6e9936675d21 11 0.00 vMB 56
171,671 171,671 00000000000001635e419384c5d9db036346477351296f934c1acc855c4c3c10 5 0.00 vMB 28
171,670 171,670 0000000000000953fe7e5ac47d806f32bfe5060fba3ca294999cc72ed833bca8 110 0.03 vMB 83
171,669 171,669 0000000000000b10041b4c365c118a4e3992009887d19c5049d4488b8041ac65 74 0.05 vMB 93
171,668 171,668 0000000000000656f8971463c20cc34f71b1a396734161106f0897b0ae61c0c1 65 0.02 vMB 89
171,667 171,667 00000000000008921f58f20d744afaef7e4b8fc22f71fc00c562522838bb7083 20 0.01 vMB 208
171,666 171,666 0000000000000327a5d456a1ece4ceb41b730eda02b576d696df23c267c5c615 9 0.00 vMB 428
Previous 10 blocks ↓
Total Size: 779.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 100
    • Outgoing: 10
  • Data Transfer:
    • Sent: 177.28 GB
    • Received: 0.74 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.