Loading Tool

Explorer IconExplorer

Memory Pool

25,691 transactions
12.04 vMB
0.04122599 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.54/200 MB

Candidate Block

Mining Attempt f7edc83cd990c5158e04d13a41952d6fab2616884bdab6a594ec292bab8d7cd3
Version 20000000
Previous Block 000000000000000000011a75290ae074a86aa244b62cdd60847de059c4401eb0
Merkle Root d1bac184b53000351507a649fc6fb36b7b0d7d72a0e7df3db216eccbf5cc3776
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,620
Size: 0.99797825 1.00 vMB
Total Fees: 0.02104657 BTC
Feerates: 203.19 > 2.11 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,700 (796,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,016 117,016 000000000000269f67c85dee187e8c498229af5c0a5cb3b1b5eef11d8875762c 13 0.00/1.00 vMB 1,068
117,015 117,015 00000000000094927917f28724cf046d36351973cc78271690f3f566f7873ee6 9 0.00/1.00 vMB 336
117,014 117,014 0000000000007caf276338ff2377fd401f445db4415c17927283147557630dcb 9 0.00/1.00 vMB 882
117,013 117,013 00000000000049b3f3c227e13920f07e72f8ac5426261fa5b52c687ca437e535 4 0.00/1.00 vMB 683
117,012 117,012 00000000000099b2f399561c14629d540eb6eb692ea8ec7b81c1e7c67aaebc86 9 0.00/1.00 vMB 313
117,011 117,011 000000000000c17ce1e5115b8d89e83908a9e531e1efb8abe5d805a838657892 4 0.00/1.00 vMB 0
117,010 117,010 000000000000a221a538c37dc8263eabb6ec9d912a7d48d988bbe0379ec93f88 6 0.00/1.00 vMB 676
117,009 117,009 0000000000005d0cf74c85885ae122f7049c4f7e2a43335fb196726284e313cf 1 0.00/1.00 vMB 0
117,008 117,008 00000000000034a5c586f2d5d4705f31fbeebfaae6e26dfdee9ee28bb13577b4 7 0.00/1.00 vMB 0
117,007 117,007 000000000000211b6f6069939541b1ae965df0918cc6d49285c932a55296082f 12 0.01/1.00 vMB 734
117,006 117,006 0000000000008e68f2cb87a398e5b595506b294864152a2534dd852a41481bcf 20 0.01/1.00 vMB 545
117,005 117,005 0000000000003258fcf9dc1114aca561d648f2dd1619b7889d0eb6001255c7d8 10 0.00/1.00 vMB 453
117,004 117,004 00000000000066df20078189231ca2c6df9b47ff8cf98df8c205b64b25b9bb06 12 0.00/1.00 vMB 843
117,003 117,003 0000000000007d2915d50e68744da1016f8f939ca0cc4ace745ed7dec5a0ab91 18 0.01/1.00 vMB 487
117,002 117,002 0000000000000cbf25c12e9bbdeb3316ac997925124952629a59862eea3c7a24 10 0.00/1.00 vMB 1,789
117,001 117,001 0000000000002cc576dca6b2d08d9702ce50e8ce4b666960a8bc374319457722 2 0.00/1.00 vMB 0
117,000 117,000 0000000000001c78105335022027226fd1d4547293c2598b2e145dd96ef78505 5 0.00/1.00 vMB 598
116,999 116,999 00000000000041c971c26e2e9cf9de85d06f2d5042c9877dfa23d9f3486f3a75 8 0.00/1.00 vMB 2,498
116,998 116,998 000000000000ad57b5324024e1f380c151176fe9b4eccf7d2582577dd8963efd 3 0.00/1.00 vMB 1,144
116,997 116,997 00000000000059b58c598958cc39e3b8d274bd2d2d822e5cb9c98b1d34f5f78c 1 0.00/1.00 vMB 0
116,996 116,996 0000000000003357bf9d02acc477f8b51d83433bde9b99c76eda41668e491db9 4 0.00/1.00 vMB 781
Previous 10 blocks ↓
Total Size: 780.09 GB

Node Details:

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