Loading Tool

Explorer IconExplorer

Memory Pool

80,344 transactions
30.52 vMB
0.07925902 BTC
Random Selection Loading Transactions
Max Size: 185.58/200 MB

Candidate Block

Mining Attempt e1c23c0b50ce710e38c3f571b1d26a697a7fcc325ecb338c964d786c31d21354
Version 20000000
Previous Block 00000000000000000000c6a5ef862f60254cf87fcd565eed18945ad2828f92e7
Merkle Root 1c16e2518c6453add11b05f1bff582a5693e8260f8e57e5e764ed468d173a835
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,809
Size: 1.00 vMB
Total Fees: 0.01081833 BTC
Feerates: 18.08 > 1.08 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,350 (467,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
447,982 447,982 000000000000000000af10b189d362fffe66a50e6d9247ff04ee687ab6cb19ed 2,246 1.00/1.00 vMB 86
447,981 447,981 000000000000000002fdf6d5f548673f752aae002300b4b81c993f1821f228c6 878 0.54/1.00 vMB 42
447,980 447,980 000000000000000001ae96422766ef9de55025c2a20806f850078d8a1a55081e 1,749 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 783.00 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: 718.48 GB
    • Received: 17.90 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.