Loading Tool

Explorer IconExplorer

Memory Pool

76,980 transactions
28.71 vMB
0.07672648 BTC
Random Selection Loading Transactions
Max Size: 173.73/200 MB

Candidate Block

Mining Attempt 07c4f7bb64cc633292d1d3a6631f11317fe10744ea6a49ceae90ee8af28d6a0e
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root 0294fc672df4ed42a00bd18abc0b14ef071508b0cb46da860c3ff4b44062c28b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,045
Size: 1.00 vMB
Total Fees: 0.01702469 BTC
Feerates: 100.17 > 1.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (296,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,353 618,353 000000000000000000090c8794c1334dcfc91d91fa360057e96e541691b35683 1,781 1.00/1.00 vMB 12
618,352 618,352 0000000000000000000b2527905a7a9f6185415e5d5c8152aa934c8d2dc874f4 505 1.00/1.00 vMB 3
618,351 618,351 0000000000000000001176757ad1070853b2c62d0374d121b573a6cb1f8fc1ec 144 1.00/1.00 vMB 2
618,350 618,350 000000000000000000091fda102c4de980a21770a7ee34fedc440ede4cf5ed61 1,127 1.00/1.00 vMB 7
618,349 618,349 0000000000000000000166c8497d9ff69c6ebae1ed39e7cb20da80a486ca6c14 2,023 1.00/1.00 vMB 7
618,348 618,348 0000000000000000000f6372bc574fe6a6e99b838025ad6dba1aa7cbcb3c6ca9 1,676 1.00/1.00 vMB 2
618,347 618,347 0000000000000000000daaa3788f73ab231734526bbc42731b5a667bda6edfed 2,850 1.00/1.00 vMB 17
618,346 618,346 0000000000000000000cc290e9e5b22b05f982bba9edfdd841581c4358f0fec7 2,973 1.00/1.00 vMB 12
618,345 618,345 000000000000000000030ddbd79954f58b751ffa7ea6bed387dac6a1b97db4fa 3,083 1.00/1.00 vMB 28
618,344 618,344 0000000000000000000a0754bf3f521e4b4b70b034a240f67a0ab9b66d5bc1e9 3,137 1.00/1.00 vMB 27
618,343 618,343 0000000000000000000e036134bc0ed5d0e02c5f8289c88b5e0517149f8b4a5d 2,733 1.00/1.00 vMB 9
618,342 618,342 00000000000000000010fbb55d4578ab89c217395d8111f0c5d3e895e5bd47d6 2,655 1.00/1.00 vMB 22
618,341 618,341 000000000000000000007d6bdccf596ed63bc14b5f5ebca1c162d2c58920c5ba 2,825 1.00/1.00 vMB 29
618,340 618,340 00000000000000000004b5207f0d6454bc2abc5a380718797ff15126f23c1abe 1,897 1.00/1.00 vMB 16
618,339 618,339 0000000000000000000532b14d9acf00ae303b231c32ba34016377da4dc7954a 2,789 1.00/1.00 vMB 35
618,338 618,338 0000000000000000000e97e82c589cc8da9c46b7275e07e554effdba9fcb3126 2,989 1.00/1.00 vMB 29
618,337 618,337 0000000000000000000ea759bd5b0c0af04f5699f6f55e4f023997fa32bd8a0c 2,481 1.00/1.00 vMB 13
618,336 618,336 00000000000000000011973390c8e73df725a9b32af4cee28097e983fba83867 2,567 1.00/1.00 vMB 27
618,335 618,335 000000000000000000075b2d54027f564b103ae09d9abb70c0a8e1f7581cb555 2,224 1.00/1.00 vMB 15
618,334 618,334 0000000000000000000d63051360d738749aeb3930e11a8f1dbbf864bb279d37 1,234 0.39/1.00 vMB 16
618,333 618,333 0000000000000000000da54f998857c9b4a682e8e70c8ccb27d77443257e6dae 2,409 0.77/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.63 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: 672.12 GB
    • Received: 16.15 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.