Loading Tool

Explorer IconExplorer

Memory Pool

55,853 transactions
31.96 vMB
0.17384341 BTC
Random Selection Loading Transactions
Max Size: 171.98/200 MB

Candidate Block

Mining Attempt e3ef43d219c6431c1a7382469b18278385cfdf595dcf906f1108103e8b011b7d
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 2f7e1735c011198127fbb58541f316c8bc68e9bdb52bc29b78f97c86e5d0cb0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,770
Size: 1.00 vMB
Total Fees: 0.06873777 BTC
Feerates: 465.21 > 6.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (913,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,697 1,697 00000000c0a1b54e1db9b30863ebb8f2c5eb529539e4db1d012862fa06fda081 1 0.00/1.00 vMB 0
1,696 1,696 0000000089e879d9772af27fe8ceee2c54c2ff8df5e9247a7a1cf21bdf009a69 1 0.00/1.00 vMB 0
1,695 1,695 00000000dd4469f0ce7cdd35cbaeab1cc6db413ad690bbba24ed1effe2530312 1 0.00/1.00 vMB 0
1,694 1,694 000000003351902f7e327de188067342d59d9ee65c18d080950c157ebdccfd92 1 0.00/1.00 vMB 0
1,693 1,693 0000000094822349a2bad483eae5aa27f154adb02077fc3d02c9f9c6260fe8aa 1 0.00/1.00 vMB 0
1,692 1,692 000000006491ae1a23c60475088c5febc4db81cf02f140c9e783af24ffdae9c7 1 0.00/1.00 vMB 0
1,691 1,691 00000000a95ffc19080926540534be32472ec3759c1e95b5cb4ff169e4b53812 1 0.00/1.00 vMB 0
1,690 1,690 000000001d807cfd1880f185030f815b7afb6733ce6b09b2e3ce11145112f20b 1 0.00/1.00 vMB 0
1,689 1,689 00000000d30fb8670693d4ac551134110e54bc13dbac82b58332f054ffa97192 1 0.00/1.00 vMB 0
1,688 1,688 000000003bde7050ee6fbd219f93e2192f03897d9f49103e4ad383c8ad8e395d 1 0.00/1.00 vMB 0
1,687 1,687 00000000aa195e03989d7a4c5dc4b58ed4b1ef55e460a780a2dd7bbfffc51398 1 0.00/1.00 vMB 0
1,686 1,686 0000000007123c244126c38e1c702e49b136905581f43070f0b58f2bbdb1cbfc 1 0.00/1.00 vMB 0
1,685 1,685 00000000c7862910c4b517ee31e53c4d7c387442a6403e281719c20bf667d607 1 0.00/1.00 vMB 0
1,684 1,684 000000007c85c85c1f2e9d277206d87343cf47703b8b01cd6efd56d1df85df18 1 0.00/1.00 vMB 0
1,683 1,683 00000000d8213c90c9a0747a61a18ff7e334805adb5a03e1d295b3e104934a2b 1 0.00/1.00 vMB 0
1,682 1,682 00000000b9ca35c786ff52a0b9eccb7730ae1a033d6313a43f28bc95b571cd1a 1 0.00/1.00 vMB 0
1,681 1,681 00000000af33e1eea00b0c03076f5a06291d59622f39920b53710f0d60fc8489 1 0.00/1.00 vMB 0
1,680 1,680 00000000a88d6a14d79b7afd292071916cb04899411fcbc83131e86e5f98269b 1 0.00/1.00 vMB 0
1,679 1,679 00000000b4df63292b5cb43548367908d8b998a67c4f8e481a32f4bdb467b3cf 1 0.00/1.00 vMB 0
1,678 1,678 00000000f3a77fdef1ca4465b48caecf4431c7c8bd38b5b274694f4f781d25b6 1 0.00/1.00 vMB 0
1,677 1,677 000000006bbca4fb6c2a1b6f1d1a625afd94b9493e491420637ac29ee626010f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.