Loading Tool

Explorer IconExplorer

Memory Pool

75,019 transactions
28.91 vMB
0.07836932 BTC
Random Selection Loading Transactions
Max Size: 171.05/200 MB

Candidate Block

Mining Attempt 7a93ed5d2b4c1d2a21c3f697053216f85e36c3aae38f429787e75cd6ab036aaf
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root c2e4cd1b019ca03dd3a2bd7d5e0a54c03e35f48b5765a22d4961f9d615b0ca80
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,797
Size: 1.00 vMB
Total Fees: 0.01829842 BTC
Feerates: 100.29 > 1.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (461,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,988 453,988 00000000000000000224ec554e74a7b47fc90b6ff4d22547cf0fb5db7b1e928b 1,161 0.63/1.00 vMB 120
453,987 453,987 0000000000000000013554481849c3788c06c4aca1e6ebd4002d4f8ea5630f55 2,722 1.00/1.00 vMB 144
453,986 453,986 000000000000000002784053a2572ce27bcbef15e25bbaeb9b3976d50c36c4d3 1,133 0.37/1.00 vMB 156
453,985 453,985 00000000000000000101500197de728c635f2273dd66989c626531ef47580b47 2,435 1.00/1.00 vMB 103
453,984 453,984 000000000000000000e4fab842dc04cae5a8ef500ed94de81560266d855e2f63 1,761 1.00/1.00 vMB 71
453,983 453,983 000000000000000001113a7394e36ebe5b7a9969b31c9421092d2b5ed80259a3 2,267 1.00/1.00 vMB 104
453,982 453,982 00000000000000000209b492c846a574545a03da189470c781a8ce052371755e 2,595 1.00/1.00 vMB 107
453,981 453,981 00000000000000000054f3cbf08b766881230237501002c4d9327582aff7e15a 1,685 1.00/1.00 vMB 103
453,980 453,980 0000000000000000026a298cf241aeddd6ab47bccfcd622c99ef9a39552a0a63 2,373 1.00/1.00 vMB 85
453,979 453,979 00000000000000000122b9a3864ecfdcdb0155f48d30cec8d83bcd01b93ec503 1,816 1.00/1.00 vMB 109
453,978 453,978 000000000000000000a0e151764f4ce4788ebbd034357752fa00e6b4d796d881 2,074 1.00/1.00 vMB 127
453,977 453,977 000000000000000000503623d3b1f1be54e486865e5f60cd029a732e0c078c21 2,164 1.00/1.00 vMB 125
453,976 453,976 00000000000000000234f424bc63392f5a5ddc23c4ad85962fe2e656c38f8323 1,482 1.00/1.00 vMB 63
453,975 453,975 000000000000000000670a9a86cf74f8153c0e607782299ef07869f9a329447b 2,331 1.00/1.00 vMB 109
453,974 453,974 000000000000000000db2fca2a55083ab57c684ebc310806ee751802b8e7f818 2,444 1.00/1.00 vMB 126
453,973 453,973 00000000000000000235ee74276688d23ae6a055d06a6db01369fd53cc12a0b9 2,432 1.00/1.00 vMB 146
453,972 453,972 0000000000000000006814b7da2b239ebc9b8089716655f282ddff5f4c30ccb1 1,498 1.00/1.00 vMB 79
453,971 453,971 000000000000000000769fb152aedcb352b21dd44fb654091ef9120855aa09a3 908 0.37/1.00 vMB 118
453,970 453,970 000000000000000001b9bb0f680015c98652c3219da858c4be0fb692a6e0f087 2,445 1.00/1.00 vMB 140
453,969 453,969 000000000000000000a16c4bd0319a9a99400209cc23b1c9091a341a9fee676d 2,737 1.00/1.00 vMB 147
453,968 453,968 00000000000000000200f8c2d53260f71562e4d7b5f1dabe1f8b1e6251514c9d 2,049 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.46 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: 667.93 GB
    • Received: 15.32 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.