Loading Tool

Explorer IconExplorer

Memory Pool

21,842 transactions
10.22 vMB
0.03064742 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.35/200 MB

Candidate Block

Mining Attempt a66599b7958154061db9403cdda8ea65e6c2d44e344b422b5ab2d926de1a8209
Version 20000000
Previous Block 00000000000000000001b46eb5c426512bb9798b463607b3f221e8089d2fed76
Merkle Root acfa2804a8eb8c0a856d3b76eefaf2360f94ccd6fee1e2017799d92205f68291
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,185
Size: 1.00 vMB
Total Fees: 0.01387139 BTC
Median Feerate: 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,538 (712,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,997 200,997 000000000000005111caa1b9c2f2f56731f171dc2185d3b0c9087de3cb1b6996 273 0.11 vMB 153
200,996 200,996 000000000000038cc15055e5fca46b23c636a4bcfd706b247c730480fab2ff8e 568 0.21 vMB 91
200,995 200,995 0000000000000396eb41132683e4a7d2813a7f9cfc66eb0db671dea76f488ba9 161 0.07 vMB 143
200,994 200,994 00000000000002cc55b19f3c768c4fc9d4ab029390e83a02be59f04abe0b5690 7 0.00 vMB 0
200,993 200,993 000000000000001d93b8ebcf898f1d38bc36787330af5c51ade207d677a280b1 87 0.03 vMB 52
200,992 200,992 00000000000004226b1e1ecee0c6c16c603ec112f42e2bed1d50dc1a1413b91a 404 0.15 vMB 157
200,991 200,991 000000000000043d730d4a66d67677124cfd729ed4f9309693be3b5844993ea0 267 0.15 vMB 111
200,990 200,990 0000000000000116520efd02b36be335bf2d2aedf01640889a2ca09b50fbab86 419 0.23 vMB 113
200,989 200,989 0000000000000064b81e1027109bb69f484ee671d7e144d7575ccfe7e4891cf8 436 0.20 vMB 113
200,988 200,988 00000000000000baaff7845632d280b3efd91fe4d1da3df4b5b4923caa351e30 114 0.04 vMB 35
200,987 200,987 00000000000003a4f7ee596fa6d54708eebc3f8113cb85fb0e01682315773f27 681 0.20 vMB 188
200,986 200,986 00000000000004b314b5b7f0a4ebf2f68b29d40d1fdcf74e018b3c24b54fd739 28 0.01 vMB 255
200,985 200,985 00000000000003335656761542d206d63eabd116994595b7de33f8654d764597 644 0.33 vMB 72
200,984 200,984 00000000000000f54a64fac851a91157534912b6ff2f486b730b34cf1c398c8c 972 0.25 vMB 195
200,983 200,983 00000000000000ccc5602bf4883c09243213737f371576187d4c8aa38d5c9277 148 0.05 vMB 27
200,982 200,982 00000000000004a13356460be5af5f593a67d6a8d20bf69b915002d6e3fac418 394 0.25 vMB 166
200,981 200,981 00000000000003d166d4d133abfd9402b5876146b5201257a4f4d6327a361ce9 537 0.25 vMB 140
200,980 200,980 00000000000000c9e1d932fe2773254f2b4c49545b1bdefb3333df20af5f0ea8 28 0.01 vMB 23
200,979 200,979 000000000000059129139d0c38752fd669c08d49ba21aa6566c936bb4fb261b4 184 0.10 vMB 96
200,978 200,978 000000000000022ff2e12ea46d1902fcc41378c2d645f2cfce6868193d860474 50 0.01 vMB 152
200,977 200,977 0000000000000230a60bc396f4f2389836622ee823b9588d993222690841a0b1 434 0.14 vMB 167
Previous 10 blocks ↓
Total Size: 779.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 406.99 GB
    • Received: 2.13 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.