Loading Tool

Explorer IconExplorer

Memory Pool

78,151 transactions
29.35 vMB
0.06467169 BTC
Random Selection Loading Transactions
Max Size: 176.29/200 MB

Candidate Block

Mining Attempt 16abb7f903cfbdee386e29079bd739fbabc2db27ba3224bbd4a25a792034e1ab
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 09ae36af42cb46db3e7f88b996739377fb94374b88d09b0d5cb5f26f0dd03422
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,106
Size: 1.00 vMB
Total Fees: 0.00512132 BTC
Feerates: 18.31 > 0.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (824,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
90,216 90,216 0000000000106f2c8dfe99758921628eb13e5881374a30d6752ec85e12f65a06 2 0.00/1.00 vMB 0
90,215 90,215 00000000000101727d56fe83b2e6710ffd22381c0022993b2f1a30f30ed9ceb5 1 0.00/1.00 vMB 0
90,214 90,214 000000000007bdc98c423277129ce56ec6fecd119fe1caed8599189dcb2ada61 2 0.00/1.00 vMB 0
90,213 90,213 0000000000102b55ca658783b5ca70b96777d53321623ce58110d8e5e0e029c8 1 0.00/1.00 vMB 0
90,212 90,212 00000000000db62f5bafa8564d0ba043dc4e58681e4b5c4206b6ac83d7aa82d1 1 0.00/1.00 vMB 0
90,211 90,211 000000000002b580f576d75bbc246faf6494f4994806bac83f89fb6a60df909f 1 0.00/1.00 vMB 0
90,210 90,210 0000000000009bd04648fdcd1c07a753a2fd161b9bd3d35f96f558ba6bb5f0da 2 0.00/1.00 vMB 0
90,209 90,209 000000000010bb2b63b9ec31960436a83e6fc5d9c9087ddb13271dbf3b0661b5 1 0.00/1.00 vMB 0
90,208 90,208 0000000000011297fed5c5ae08c20f091c96823143b20eea016459618707a323 1 0.00/1.00 vMB 0
90,207 90,207 00000000000131c4c6aebb513f0ef3b07c35ee6ee943bc445af37f3f0c42aa34 2 0.00/1.00 vMB 0
90,206 90,206 00000000000bd8492d3694f12187b96ba3a3f91d73e2b9563750d69b1a7adf27 2 0.00/1.00 vMB 0
90,205 90,205 0000000000044ca63d1386e34d899bb9ecb4b0fa0d4c9dab4e06f10364ce8650 1 0.00/1.00 vMB 0
90,204 90,204 000000000004773a151d5afd22d49e456a268ca1e4973a4bfab46faa9d07870b 1 0.00/1.00 vMB 0
90,203 90,203 0000000000076d358d370bd5a26a847b6c8102e33c794aa4fa2e30c3c67ec678 3 0.00/1.00 vMB 0
90,202 90,202 00000000000c3789a0883223c2dc56608d83289265e7df136d684cc1d46225c8 2 0.00/1.00 vMB 0
90,201 90,201 0000000000116a9ba9cbe82628e9a330f2067c6dcb70df4f7c837ef0d8b651ab 1 0.00/1.00 vMB 0
90,200 90,200 000000000011c72d2442ba84dc44db54469721c2374f809694acc82ef76a5919 1 0.00/1.00 vMB 0
90,199 90,199 000000000002beb4c7052f2efb9d59b5c33ab4e31c449801d93ff8294bed6bd6 1 0.00/1.00 vMB 0
90,198 90,198 0000000000055d8ba6f4abf06f9819c9d662dfcff6aef47ec908950fea67f098 1 0.00/1.00 vMB 0
90,197 90,197 0000000000125877c3e1eeac02e92b8d3288069e0035c46fe4615263558b6729 3 0.00/1.00 vMB 0
90,196 90,196 000000000002252b4bdc876014a0b310bbf2d9c38b73e04c732c952802e208d2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.