Loading Tool

Explorer IconExplorer

Memory Pool

45,067 transactions
27.37 vMB
0.10369417 BTC
Random Selection Loading Transactions
Max Size: 143.08/200 MB

Candidate Block

Mining Attempt 2bff1411e421255981fc002ee41b1c036ad25f2284c70ed09f5f69b3d7696c74
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root ef3749323e68e0efddf6b69ab1d2b497c5dfd8cf46dffaa06cf2fc18dcfaf0ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.04646018 BTC
Feerates: 151.01 > 4.66 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (206,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,451 708,451 000000000000000000042114e581a0efb382cd5e05a3a1ab2edfdfdead4534b5 557 0.16/1.00 vMB 10
708,450 708,450 0000000000000000000694afa9a61d64c19dac6ac0f444569ddc3cf26327f408 1,937 0.68/1.00 vMB 10
708,449 708,449 00000000000000000008d36cc61823012787951655d7681f921788f0bdf808db 253 0.14/1.00 vMB 10
708,448 708,448 0000000000000000000612edaa9712869f12423e2e3d984c240716ac76ff465c 1,771 0.65/1.00 vMB 3
708,447 708,447 00000000000000000006ccf5746f215866c3d0e329ce265dc4f94f51deccc1c5 2,388 1.00/1.00 vMB 11
708,446 708,446 00000000000000000004eba979a0163b278dfd6ff0794a7958927b91d4c67922 2,155 1.00/1.00 vMB 18
708,445 708,445 000000000000000000038d9782ef74a3f71acbc049eff268f8e4ac229f5ee531 901 0.33/1.00 vMB 13
708,444 708,444 0000000000000000000acc06f8414b55e6427ff4eeb77c115ea72ca5d5478988 1,536 0.55/1.00 vMB 11
708,443 708,443 0000000000000000000a05340c685769d522b6827893de4e9182d34b03f59acc 163 0.09/1.00 vMB 25
708,442 708,442 0000000000000000000c026c055dfbdd5da0c01f5088134f71132024a05914e5 279 0.12/1.00 vMB 14
708,441 708,441 0000000000000000000775f21fcba63bc7bed7e05c999f357ff968aec0bc19e2 1,408 0.57/1.00 vMB 12
708,440 708,440 000000000000000000042f89b749061d211940939f9ac9457765991d944cf81c 104 0.05/1.00 vMB 17
708,439 708,439 00000000000000000009ed66336f8eb298530977bd68d41b90f7fed654a64135 370 0.11/1.00 vMB 13
708,438 708,438 000000000000000000007063a881a7a2c2d0b0cda9012a5d759d9e85b2d96657 642 0.26/1.00 vMB 12
708,437 708,437 0000000000000000000adfb75280acef851cc1a6d507331a5197f4553138e86d 1,475 0.75/1.00 vMB 10
708,436 708,436 000000000000000000052659bce65b0a28f0d28376391bafe7023b8fa367754c 438 0.19/1.00 vMB 10
708,435 708,435 00000000000000000005930d334d63eb318408e91f166be12abb484fd46143a8 2,088 0.96/1.00 vMB 10
708,434 708,434 00000000000000000009a3fde01880872467d07f6963843a4f613e022f1e3722 157 0.08/1.00 vMB 10
708,433 708,433 00000000000000000005af825fdbf760019b6e5704dcd1f2e670c9fd3d7088b6 745 0.40/1.00 vMB 10
708,432 708,432 00000000000000000008a995140577ef5dae70e09f143319b5950d5b9327f27f 532 0.39/1.00 vMB 13
708,431 708,431 000000000000000000077c3661bab5241d7974289049ac9a818b8fc540e1848b 815 0.40/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.