Loading Tool

Explorer IconExplorer

Memory Pool

74,344 transactions
28.82 vMB
0.08294165 BTC
Random Selection Loading Transactions
Max Size: 170.26/200 MB

Candidate Block

Mining Attempt 4657331289fbb98667b4cb0d996fcf91a5b9355b3bbeefb55ebeda2d81ac487d
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 6e12f59a475e1761e826afd0d41fec79b052fdb4d7e97833a3dfc5ea8ad6e7b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,301
Size: 1.00 vMB
Total Fees: 0.02375829 BTC
Feerates: 150.36 > 2.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (461,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
453,967 453,967 000000000000000000f7bce1a5479013c88c4b8671e9acc6e646c8c99c77310d 837 0.63/1.00 vMB 124
453,966 453,966 0000000000000000026f0a420f80b2cd9784da0859f69982b74a7d2d63954f66 2,574 1.00/1.00 vMB 169
453,965 453,965 0000000000000000011a251c29ef65f49ec7b69d39933c98fd16ba93f85b39e2 2,839 1.00/1.00 vMB 71
453,964 453,964 0000000000000000020ea57fda2172b7109ea1a0fdd71c65d0949b79d6cd6a6b 2,013 1.00/1.00 vMB 75
453,963 453,963 000000000000000000f80c56165b0a918d92546be5272081a152090afc3ad27e 1,787 1.00/1.00 vMB 96
453,962 453,962 0000000000000000012c9d5f87ea229f194de0503c137dd2f1bcebfde7e5bd0a 2,342 1.00/1.00 vMB 145
Previous 10 blocks ↓
Total Size: 782.48 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: 668.19 GB
    • Received: 15.42 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.