Loading Tool

Explorer IconExplorer

Memory Pool

48,230 transactions
28.83 vMB
0.09928679 BTC
Random Selection Loading Transactions
Max Size: 152.31/200 MB

Candidate Block

Mining Attempt 064fb96146be450f5f1e7499d23b7137e978d5def4382056d82e0d1b23651a08
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 21fa850057138dde1faa011ea244ea7b1c8a7829e00310fdcf8a1fb1050c6b45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,874
Size: 1.00 vMB
Total Fees: 0.02436795 BTC
Feerates: 70.48 > 2.44 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (703,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
211,649 211,649 000000000000034e6a0ac30a5b90033b278147e28bf5717d3b37819bfa5b2656 139 0.07/1.00 vMB 125
211,648 211,648 00000000000004dbf2f7659682ed5c69f018c478ac28ed8ef355cf0999cc28f1 577 0.25/1.00 vMB 196
211,647 211,647 000000000000017c08ba49ad9b291e74fbca03dd1f826b6e5913a8d9969db21a 123 0.05/1.00 vMB 76
211,646 211,646 000000000000007f2d66bd23304d7e825f209f268b5e9537a52a2f40a302b54f 249 0.10/1.00 vMB 168
211,645 211,645 000000000000040625bf1bc6f99d48dc75a14aca3efb9fccb27a18ec0ddf7ed7 187 0.08/1.00 vMB 163
211,644 211,644 00000000000002f22d98f688bfe1491c00c208fc20cc583a0fd18c0067af2efc 201 0.13/1.00 vMB 114
211,643 211,643 00000000000003d079ea9983e9cebd1a6d16d58ccadc9ffadb755c934b1010f3 475 0.24/1.00 vMB 167
211,642 211,642 000000000000002c99366946fe1632c9d24e680ae113d78f242d9797e7d563c1 36 0.01/1.00 vMB 219
211,641 211,641 00000000000000079b68081980741eeae74ba3cf8a285e9c4a8705c862c6caa7 92 0.05/1.00 vMB 131
211,640 211,640 00000000000002bfc6eeb3d980951eeec02e681c7a1c61052f3410afcc8fd5db 80 0.04/1.00 vMB 116
211,639 211,639 00000000000003875ff06d8f5125750ef72834c6476f8e2beac55e3ead1ead69 579 0.29/1.00 vMB 147
211,638 211,638 000000000000016034213ddfedb834de864de92b03723db20ae70d3e631ef68d 2 0.00/1.00 vMB 193
211,637 211,637 00000000000004cd1c55bb59224c8f0252ca1a660a677e00d51e3ca9b52bfd07 226 0.08/1.00 vMB 178
211,636 211,636 000000000000003efb8c2b859d87b8a5a8837653a5ff9a269fd6202d802373fa 102 0.05/1.00 vMB 304
211,635 211,635 0000000000000252379fa0ed3e8b80fa442733bda8a8499d988c807f27eec5b7 16 0.01/1.00 vMB 157
211,634 211,634 000000000000023d3eb06c4f8522c75e70b1bddac273913377739cdad7b2f4ee 19 0.01/1.00 vMB 157
211,633 211,633 0000000000000224fc62c51f6393af61ba097a2c343a0bd854aa37bb58e3783b 109 0.04/1.00 vMB 156
211,632 211,632 000000000000026cadf603e9c7047b0e6007b933236f30d10d96e4339a2c3250 237 0.10/1.00 vMB 173
211,631 211,631 00000000000003d72c38cb816de2b97fb5c4d40b61b7c88017e2cb77ec35d503 277 0.14/1.00 vMB 176
211,630 211,630 000000000000001059ade2382715418f6ace1ae8f83fe380dbf5687f40f07bd9 439 0.19/1.00 vMB 56
211,629 211,629 00000000000000c162bfee3f302322f74ed7ab7203a78aa932fc78de27bd082a 269 0.22/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.