Loading Tool

Explorer IconExplorer

Memory Pool

9,925 transactions
9.44 vMB
0.02636732 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.50/200 MB

Candidate Block

Mining Attempt 87e277b6b58a99e601815bc3a7f34509e24cb40df1467b375223def0b54770e7
Version 20000000
Previous Block 000000000000000000012e19983e24f0604faef80654158cc2f867745882ec5c
Merkle Root 39c644882f6b5b71780d473aeef4d7394a8385739435dca4111eaea46145fa18
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,047
Size: 0.9979495 1.00 vMB
Total Fees: 0.01260489 BTC
Feerates: 101.62 > 1.26 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,806 (746,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,597 167,597 0000000000000999759e886a8b8372e95aa8846239e0245c637d44dd08e55a57 6 0.00/1.00 vMB 769
167,596 167,596 000000000000018bb11d7420907d41af24accb76bdbb40f77ce8b4137b26aa2b 17 0.01/1.00 vMB 1,404
167,595 167,595 00000000000004f0e2034ae61e6b0966a5696979ce870251a6a55124c3881178 7 0.00/1.00 vMB 18
167,594 167,594 00000000000000d5676d7f4aeba611548a999edc3f094238dff4594f5032a386 20 0.01/1.00 vMB 96
167,593 167,593 0000000000000549dca21038e927cd3267edff964772e0a987bc97821344752a 11 0.00/1.00 vMB 98
167,592 167,592 00000000000005703704d5e97d3efb6d9c0708a116613b6d85b87c12467663ef 76 0.03/1.00 vMB 7
167,591 167,591 0000000000000b0e5ca8e6e59a04af53a4565b7e2431dc25214e2bec27b0e6b4 71 0.04/1.00 vMB 169
167,590 167,590 0000000000000b96e87bc58fbb0b237211c08a96a928248b9245c84836db8200 38 0.01/1.00 vMB 291
167,589 167,589 0000000000000037e93070524fb6a5f7276b14075c16f3810b4c03ec08718592 1 0.00/1.00 vMB 0
167,588 167,588 0000000000000745787b0a55c268e0149d7c3e6e84dca7ccf3973d49b5dc3a21 41 0.02/1.00 vMB 105
167,587 167,587 00000000000003355b7abdf5a2476720ec52f271223a8fcc5e81ef708f401fbd 4 0.00/1.00 vMB 141
167,586 167,586 0000000000000bee8ef8ca77aa07462209c13d606db13ba5b257428174ae74e7 65 0.02/1.00 vMB 15
167,585 167,585 00000000000005e9eb3c1136307f1cc13cb7cffddce0cd83fd570b6d1e1ad11f 67 0.02/1.00 vMB 65
167,584 167,584 000000000000054204129619fc149ec086f5a992a243f6ff55cb913d42e03b8e 71 0.02/1.00 vMB 10
167,583 167,583 000000000000066a93972f189e89cec42372b0b5e60d8bc089aec9fa7e4b40c7 55 0.03/1.00 vMB 178
167,582 167,582 00000000000008d581979b04ba333e419de76865fa208ab451cce2b663dd26ad 37 0.02/1.00 vMB 0
167,581 167,581 0000000000000255bc36d1e149f92a6f02298c25cc00b634a6358fcfb8ca4501 99 0.04/1.00 vMB 81
167,580 167,580 00000000000002c58c2f1c40d20933d66a3766a613b899dccb73b49d4f323721 5 0.00/1.00 vMB 3
167,579 167,579 0000000000000a96fe9d4d61b19127548bfeb40f2aa972c41b7bf8dc09e2967b 21 0.01/1.00 vMB 159
167,578 167,578 000000000000064659a27e33cd577c8223820ea9917307265f51f19da65b6f04 23 0.03/1.00 vMB 704
167,577 167,577 00000000000007d967117010af38624973b9e73429f282f0208b0ec6c754bcfc 3 0.00/1.00 vMB 967
Previous 10 blocks ↓
Total Size: 780.28 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: 515.97 GB
    • Received: 4.39 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.