Loading Tool

Explorer IconExplorer

Memory Pool

90,369 transactions
33.15 vMB
0.16257948 BTC
Random Selection Loading Transactions
Max Size: 199.86/200 MB

Candidate Block

Mining Attempt e36238a9aa39741961b6c82897025dee001b5a9ec877600ae784b582ba452ffa
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root e5ebd6a7130f1b7eb34bf169fd0743f4cc8d9d067835b0e4a5c3fec0a3bdd7f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,752
Size: 1.00 vMB
Total Fees: 0.06309267 BTC
Feerates: 627.82 > 6.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (451,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,685 463,685 000000000000000001a456f69d2419274dcef17081d34ca9fc3f9272391bb3f9 991 1.00/1.00 vMB 152
463,684 463,684 00000000000000000042dce640215733c540075495523f7271af98f075c5af64 3,021 1.00/1.00 vMB 201
463,683 463,683 000000000000000000b857bb289e15c1a5344784d61140e9ecc876c891f1b927 1,024 1.00/1.00 vMB 255
463,682 463,682 0000000000000000013506db229ecb031654b4bb695248d54ae2ab41b30d3924 1,957 1.00/1.00 vMB 205
463,681 463,681 000000000000000000dd83e596e2c88b2b602b107d8c5c51b33d867f78025931 1,959 1.00/1.00 vMB 153
463,680 463,680 000000000000000000431a2f4619afe62357cd16589b638bb638f2992058d88e 1,897 1.00/1.00 vMB 162
463,679 463,679 00000000000000000201d7429db233c7055e9699c5bfb57b167ca8d0c710dc71 2,113 1.00/1.00 vMB 183
463,678 463,678 0000000000000000009dc82ca1ac7f358f0633d6fb7158d7a23d155961b7cb03 2,464 1.00/1.00 vMB 195
463,677 463,677 0000000000000000018d7e8ae8fa8cbd1c8d1e175fdf14b59abea7f3baa315d6 2,804 1.00/1.00 vMB 185
463,676 463,676 00000000000000000123f2893146a37808575dcf439fbc6a292326ebbbdb7ab6 1,487 1.00/1.00 vMB 153
463,675 463,675 000000000000000000206bccb8682a323912ca7ba1ce634c7fe1e5b42c4ce8ad 1,159 1.00/1.00 vMB 96
463,674 463,674 00000000000000000081d50f5f266aa3ea9004ab1263e10d6891eec6e8d50f3f 1,914 1.00/1.00 vMB 158
463,673 463,673 0000000000000000009bca42f2fd4cff2cb44b4a395985b94f99d2eb5833af4f 1,552 1.00/1.00 vMB 113
463,672 463,672 00000000000000000000291d6c7d4f6f170f7b98cb87e7d8d90e4498fd4407ca 1,418 1.00/1.00 vMB 146
463,671 463,671 000000000000000001bab4f877eb5d0afed803b3c941f5c3b6959136dcd1709c 1,078 1.00/1.00 vMB 102
463,670 463,670 000000000000000001c14c4a7f1df1b1c7ee690d791f24cbe0b0317f9fe10c0e 1,741 1.00/1.00 vMB 148
463,669 463,669 000000000000000001c549f2f8ba505e667db2e47921f73ca8430861f9047d9a 981 1.00/1.00 vMB 102
463,668 463,668 0000000000000000010700e72ee819b5120cc3d182437b50e9fb3c22aa162581 1,518 1.00/1.00 vMB 125
463,667 463,667 00000000000000000032609839d3682d0364e5df638983f41e123ecbf0d7de00 1,833 1.00/1.00 vMB 129
463,666 463,666 00000000000000000162e0a328c28177f6de6cbcddffc55dc91e36c4d30ff779 2,189 1.00/1.00 vMB 221
463,665 463,665 000000000000000000e01385d7587f7128c0277a329449ae194fe2b83a68d5b4 1,885 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.52 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: 668.90 GB
    • Received: 15.63 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.