Loading Tool

Explorer IconExplorer

Memory Pool

83,654 transactions
30.82 vMB
0.08280724 BTC
Random Selection Loading Transactions
Max Size: 189.36/200 MB

Candidate Block

Mining Attempt a169053acab5e3c763b1dfed0d242c0fd56440dd02e0124e1a2e99db41642bc5
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 4d2f49e6f22098e2ef8c6d0a5e20338cba88e1870f2d3fbfb5da9dad331d1884
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,706
Size: 1.00 vMB
Total Fees: 0.01269774 BTC
Feerates: 60.16 > 1.27 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (467,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,003 448,003 000000000000000001d9a4be9ce4bf00d96e02bc056669e6c440e62445a3f975 2,303 1.00/1.00 vMB 81
448,002 448,002 0000000000000000007ddfe4178413681889709126457c0e76b9a62e43111b8f 3,225 1.00/1.00 vMB 111
448,001 448,001 000000000000000000513b8ac5550d717b923b2d687289f006a5064acc02e16a 2,941 1.00/1.00 vMB 81
448,000 448,000 000000000000000001e99659e176e20877dd37c6b257e17b2bdd2090ff7d01a6 2,535 1.00/1.00 vMB 69
447,999 447,999 0000000000000000020d14ca79906cb55ac349268b0906109e1401cb4a486b8c 2,556 1.00/1.00 vMB 97
447,998 447,998 0000000000000000019c8047ffa919524d1942f07fc4366e9558be855ccb6367 2,729 1.00/1.00 vMB 90
447,997 447,997 0000000000000000022b93deac2fe14d39cd3a1157bdb8f4755a2af3acd0ef1f 1,770 1.00/1.00 vMB 71
447,996 447,996 0000000000000000005c837bab0ca9cd30f5e9b4715b6f791bc83ec976f3e937 2,735 1.00/1.00 vMB 118
447,995 447,995 00000000000000000003b2ca9823ba87c6e1d35b17712e55f0c867195faf6b40 1,975 1.00/1.00 vMB 71
447,994 447,994 0000000000000000012d39dd94013b47485e708ce563fa36408755a7b2f553cb 2,859 1.00/1.00 vMB 104
447,993 447,993 0000000000000000023ae016f87c04623937b18add7f1fc9b8e92db156a00514 1,830 1.00/1.00 vMB 66
447,992 447,992 0000000000000000027f0016f3dee92c9a85323e477dd8282439b418bf8476a5 2,509 1.00/1.00 vMB 73
447,991 447,991 0000000000000000016e8025234dcc2aba25533faaf62fd4cea51ec11ba73706 2,930 1.00/1.00 vMB 87
447,990 447,990 000000000000000003021a21bb2503e7963a77bed51a54c9d3823197007e6c3c 2,031 1.00/1.00 vMB 82
447,989 447,989 000000000000000000b64edc6ef0834149fa6c54e62981d8cbda37478c3a63dd 2,151 1.00/1.00 vMB 96
447,988 447,988 0000000000000000001c287c11d788da5dd26f31ad950d4437164443a3cff6a6 2,443 1.00/1.00 vMB 123
447,987 447,987 0000000000000000033463f8f83c71ab7f8f738ac3a21670d3e919021c518508 1,971 1.00/1.00 vMB 84
447,986 447,986 000000000000000001ca9478e0b58db09a0193a099f7dfc04e89989b7b309052 306 0.13/1.00 vMB 79
447,985 447,985 00000000000000000313c5e4dc23cb4c5a80d7222431509689d0ef9dd6d8224e 307 1.00/1.00 vMB 6
447,984 447,984 000000000000000000ba9793a51cca35d8e7dfed6d1b3c951d386045bef695de 1,540 0.87/1.00 vMB 61
447,983 447,983 000000000000000000c09c45f1aa58c3d6a99db317bc0fe7c30b9f9b53a3bccd 2,069 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 783.02 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: 719.32 GB
    • Received: 18.03 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.