Loading Tool

Explorer IconExplorer

Memory Pool

76,215 transactions
28.82 vMB
0.07175758 BTC
Random Selection Loading Transactions
Max Size: 176.16/200 MB

Candidate Block

Mining Attempt 18dbc21cc4f3a1d986c87280aac43f530369579796198cf145e0666790293c55
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root 709c9c05ff738660474e361b44a3d431722d9ab69ddb19eb8e69076a9d416efd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,872
Size: 1.00 vMB
Total Fees: 0.00900707 BTC
Feerates: 104.17 > 0.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (88,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,410 826,410 00000000000000000001e9447456fe7b72cb22bf1860f18bad6d560f44eceeb2 3,825 1.00/1.00 vMB 68
826,409 826,409 000000000000000000033faf1457a4176214182ef349432d670de1610312ddb0 3,605 1.00/1.00 vMB 62
826,408 826,408 00000000000000000001cd23ede4ef5183d75b5ccef9a17f4269058b6d59b2a4 3,655 1.00/1.00 vMB 46
826,407 826,407 000000000000000000001d773bf0e0501f033c629823ea03d7e319f76238421a 3,655 1.00/1.00 vMB 66
826,406 826,406 00000000000000000001aaf31acded9180601105cc7e6c5d3bd1d5e865386e6e 3,415 1.00/1.00 vMB 77
826,405 826,405 00000000000000000000d5e71da13071a7dcb035f6f6c88966cd7b9ee65962af 3,827 1.00/1.00 vMB 87
826,404 826,404 00000000000000000001d85e09aadc4fb78506928753ced22dac31578d6342c0 3,952 1.00/1.00 vMB 62
826,403 826,403 000000000000000000005fe46d2d12d1a47779aca4a4924f82382218778031bf 4,004 1.00/1.00 vMB 83
826,402 826,402 000000000000000000004d4c3f2b2ed5f92ef54f08fe7676d0c3da549c15a6c3 3,878 1.00/1.00 vMB 42
826,401 826,401 00000000000000000000d19a27fc4ad97163d86b0f7c9bb9def8b3f11c1d23fa 4,030 1.00/1.00 vMB 50
826,400 826,400 00000000000000000000595acde01f01b9bbf2ae1bc2d78019c34f4ea37bf45a 3,727 1.00/1.00 vMB 81
826,399 826,399 000000000000000000000c45098b8eade941a46a8a36dd47ed90a2d210f300cb 4,632 1.00/1.00 vMB 46
826,398 826,398 00000000000000000002b7069b549febea74a7389267aacabf3c3552fdd5d18a 3,948 1.00/1.00 vMB 63
826,397 826,397 0000000000000000000150756e19fff7027059433df39d55e1e996a9fcf24657 3,608 1.00/1.00 vMB 64
826,396 826,396 00000000000000000001e00c4ec15d056541afdabe8f988758380e100076b00d 2,902 1.00/1.00 vMB 36
826,395 826,395 00000000000000000003cee05b2534d58aba08caf02f8500e77811fa71ec4032 4,228 1.00/1.00 vMB 54
826,394 826,394 0000000000000000000261d69f00acb0630d9420dfe32fc0975a6d418a03a73a 4,550 1.00/1.00 vMB 45
826,393 826,393 0000000000000000000111ae2d3dee83e28d552e27c6e8ff6c32f4be64cea5fc 3,995 1.00/1.00 vMB 75
826,392 826,392 0000000000000000000349fc74c237a6f5326421c47a5b42c61a7f41e6d50588 2,422 1.00/1.00 vMB 42
826,391 826,391 00000000000000000001e85f7b3b5fb30a6b067f26ede6d174c8d6b5b59c1932 3,591 1.00/1.00 vMB 58
826,390 826,390 0000000000000000000095e0e8cbac72d8474b5102ea8fc39b8e957c35642dc7 3,812 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.82 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: 710.56 GB
    • Received: 17.08 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.