Loading Tool

Explorer IconExplorer

Memory Pool

36,207 transactions
26.18 vMB
0.07233766 BTC
Random Selection Loading Transactions
Max Size: 133.76/200 MB

Candidate Block

Mining Attempt 2fb88e4b91c363d0c4cc326bd98805e9432f38187b31c2eb895cd18cbb243942
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 5acb545c2e467e9a3199458935837f7f44f7817442afd2899c551858bf050fd8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,957
Size: 1.00 vMB
Total Fees: 0.02402124 BTC
Feerates: 713.01 > 2.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (266,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,523 648,523 0000000000000000000a5edbf74e7c1b7c2ab1114705b6bec1d9d4c6f2236672 2,357 1.00/1.00 vMB 55
648,522 648,522 0000000000000000000e361f005eb957f470093c217d4c0840271fbb32388f19 2,262 1.00/1.00 vMB 50
648,521 648,521 000000000000000000093cce6efa6a485df2f75faf28c7a93ffc9c730ade248a 2,453 1.00/1.00 vMB 94
648,520 648,520 0000000000000000000a9e20cbcb6b1f5b00b8275bcbe5279beb4b9f02d7f42f 2,111 1.00/1.00 vMB 48
648,519 648,519 0000000000000000000aeb1be674803e99af34ce5b3b6396de8718d96c55a4ee 2,293 1.00/1.00 vMB 92
648,518 648,518 0000000000000000000f8c21620689ece5026e9363457d663cf9f7de78a5e992 1,666 1.00/1.00 vMB 13
648,517 648,517 0000000000000000000606b735e8419c72aca596857f0b0b972e99b42b5be86f 1,265 1.00/1.00 vMB 20
648,516 648,516 0000000000000000000a1fee2f2a6f83e77060c7a66b982e2c77d6a73756c6e9 974 1.00/1.00 vMB 13
648,515 648,515 0000000000000000000e8ecb8e00dad9783d1de5cd4c8182064aba73d4279ae1 1,189 1.00/1.00 vMB 22
648,514 648,514 0000000000000000000af09db717cdd719c1128315cb612227ea23f81d809f0d 1,445 1.00/1.00 vMB 6
648,513 648,513 000000000000000000080e0da6e8daf3347a84be18645c23e8a6ea88121c5646 2,404 1.00/1.00 vMB 50
648,512 648,512 00000000000000000003217da1ceb1c982d81612e833758f977139b28e4dc8b6 1,124 1.00/1.00 vMB 15
648,511 648,511 0000000000000000000d413155d452a05564c381c46afa6cf0e103e66eaac874 2,146 1.00/1.00 vMB 18
648,510 648,510 0000000000000000000ab94336c0c4bfe1e8502a09a352518ac23e3015c09cc2 1 0.00/1.00 vMB 0
648,509 648,509 0000000000000000000994332ed01b2fc989e929ce0bd97986454ec878769f2f 1,925 1.00/1.00 vMB 32
648,508 648,508 00000000000000000009abb7c8cab52c40c9763ff81cf989ac3813d7673024bf 1,322 1.00/1.00 vMB 16
648,507 648,507 000000000000000000049bdd63e1a2b6380ba351f642ce64536c98016a996ac2 1,817 1.00/1.00 vMB 71
648,506 648,506 0000000000000000000909b8a2f1583941714d78ede83d693911add1b8167c4b 1,718 1.00/1.00 vMB 67
648,505 648,505 0000000000000000000738607257e2d56071d51fec6657fb0a7d94222af3f48b 1,256 1.00/1.00 vMB 20
648,504 648,504 0000000000000000000104bf5af2f9c080454884da9ce370ad6a9c2ea5226cbe 481 1.00/1.00 vMB 13
648,503 648,503 0000000000000000000a8b425f407d578354f1200b8f5ac73b8cab7b0b1218bd 231 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.82 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: 636.01 GB
    • Received: 12.35 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.