Loading Tool

Explorer IconExplorer

Memory Pool

85,203 transactions
31.91 vMB
0.19603657 BTC
Random Selection Loading Transactions
Max Size: 189.63/200 MB

Candidate Block

Mining Attempt adf0e2efe7bbb2b314b4e186d49a8b8a4f86a89d9de2bb7a56b8f19207129f9a
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 06f8bb268a1a3550e3adb2cda75ab20b70264dd0042398ed661a8442097c45b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,811
Size: 1.00 vMB
Total Fees: 0.07552084 BTC
Feerates: 301.64 > 7.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (273,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,041 642,041 0000000000000000000fbfb9ae5884ed00a0cb75c32dec48a46a53c8d977c032 2,281 1.00/1.00 vMB 175
642,040 642,040 0000000000000000000b93a558d47373615f264e2343f3210dff5d3af79f2225 2,737 1.00/1.00 vMB 93
642,039 642,039 0000000000000000000d11b1c58170f5531fafb775796905efee43b0869c5417 2,757 1.00/1.00 vMB 70
642,038 642,038 0000000000000000000ecd385b5925ef00f40cff0113527dfc1b6284278f76f0 1,856 1.00/1.00 vMB 145
642,037 642,037 00000000000000000001daf94d971eb8116f4e54bd1e3f8244335bc9e62d3fa4 2,599 1.00/1.00 vMB 101
642,036 642,036 0000000000000000000e6a1041a28eababdd41e8b0bdd9e5bce360e0168237e6 2,724 1.00/1.00 vMB 112
642,035 642,035 000000000000000000105eb536bfc73522e9c0f64e2a298a199fe4b032c367dc 2,097 1.00/1.00 vMB 136
642,034 642,034 0000000000000000000a9d328bc1330729b636d0ad7f2de16db2725aa123d267 2,130 1.00/1.00 vMB 129
642,033 642,033 00000000000000000006050aeb41798482d79ae580cc14adcd411c098c827827 1,989 1.00/1.00 vMB 161
642,032 642,032 0000000000000000000664cadff55041b88b0ec5185a3fdce870f2625644b101 1,158 1.00/1.00 vMB 162
642,031 642,031 0000000000000000000511c99419ab7a5babca7eb79a8d8a3c129e7b430a49e6 2,172 1.00/1.00 vMB 177
642,030 642,030 0000000000000000000a292dc0afa2b420904589c91aeb54a0709c0c0434a9af 2,516 1.00/1.00 vMB 133
642,029 642,029 0000000000000000000e517118f20e648593ac7c5abb2cf427a082829da11d70 1 0.00/1.00 vMB 0
642,028 642,028 0000000000000000000d50c7ed51748434e6f5d16cf1247246542aa4ec86fe99 1,282 1.00/1.00 vMB 100
642,027 642,027 00000000000000000009884a4094cdc4b0088e1ebed9914d2ad150aea0dccc71 2,628 1.00/1.00 vMB 150
642,026 642,026 0000000000000000000175f1bc0472bca75418f9d2aa2b95e68ed071fa18e567 2,704 1.00/1.00 vMB 166
642,025 642,025 00000000000000000001411f1f77d5aa7961dceaa5212150ae7edcb97980c587 2,584 1.00/1.00 vMB 134
642,024 642,024 00000000000000000007573eef417ba918c038c5d749256172b54e8b1dc46a67 2,882 1.00/1.00 vMB 176
642,023 642,023 0000000000000000000dfd35ec04f235c84f5065a00fcfe107750f4fb642e5d0 2,288 1.00/1.00 vMB 77
642,022 642,022 0000000000000000000d87bedef9550a014af9a3af74b791d84d049cc3ca85f4 2,431 1.00/1.00 vMB 155
642,021 642,021 0000000000000000000b2ea07c2499ffa122c97e4bfa5b285b8da333c7946b0e 2,217 1.00/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.