Loading Tool

Explorer IconExplorer

Memory Pool

75,684 transactions
30.60 vMB
0.09326459 BTC
Random Selection Loading Transactions
Max Size: 175.43/200 MB

Candidate Block

Mining Attempt 59c8657308d1a7d34c4008776e4e212c934cf4458e9a47089dfa0f7a6b85d39e
Version 20000000
Previous Block 000000000000000000011482ebae814e70a9f8e811d6292cccb75fcfef31b0cf
Merkle Root 21bf22b9b36a548cef5b6994bfe177cc5f7de14717316a978ad775754ed14470
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,727
Size: 1.00 vMB
Total Fees: 0.01855841 BTC
Feerates: 265.25 > 1.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,055 (288,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,253 626,253 0000000000000000000b5237b4c240d068ec4678d70ba42c252224d231e51484 2,882 1.00/1.00 vMB 37
626,252 626,252 0000000000000000000aaa5cbe2045abc856fb4602d3e156ca531905718de29f 1,368 0.46/1.00 vMB 2
626,251 626,251 0000000000000000000d3b8c702d657628a1579ff97485a51623afe0d12b4691 2,639 1.00/1.00 vMB 21
626,250 626,250 0000000000000000000bc4b3cc767fbb007d5a5bbdaba25d54e8bb0aedf4e4f6 2,606 1.00/1.00 vMB 18
626,249 626,249 00000000000000000012ccaf791cf0e669bbfff63d49149ea2327db14be90c14 2,659 1.00/1.00 vMB 14
626,248 626,248 00000000000000000001d7abbb7a676453ab62542d48d3c829b360fd14c4d4a6 2,464 1.00/1.00 vMB 7
626,247 626,247 0000000000000000000dd250365b1bd025e62535575a4973d55dd6123fdfce0b 2,698 1.00/1.00 vMB 17
626,246 626,246 00000000000000000007060e08f4c0f435c5f3e2be2abd640ad88818e22c7530 2,228 1.00/1.00 vMB 30
626,245 626,245 00000000000000000010e1ee222f0165a8374aaeaac73bea0adf964f3d4f298e 2,572 1.00/1.00 vMB 24
626,244 626,244 0000000000000000000ea2ec2a16db02b8e4c93e3bf17545bd68d1577fb4be35 2,798 1.00/1.00 vMB 46
626,243 626,243 000000000000000000070b3f0e09921dea84c758bafae0445840d1bb275dd2a2 1,611 0.63/1.00 vMB 14
626,242 626,242 00000000000000000002b1fb0cb39ad4d2c4a654f624d6f2cd8a60e2694a9085 2,207 1.00/1.00 vMB 2
626,241 626,241 000000000000000000028a73c8a005162c2b293cd11c3153cfc4990f8317b419 2,328 1.00/1.00 vMB 15
626,240 626,240 0000000000000000000a7a5634d2b3b5673b599285cfd02a0a99f9f85cef5595 2,456 1.00/1.00 vMB 13
626,239 626,239 0000000000000000000241035eebe4b1b5182deffe072c605703ac968c0993d6 2,218 1.00/1.00 vMB 17
626,238 626,238 000000000000000000081157bda71fe6c8844d75f7ab4516c860e5ea96bb0a27 2,122 1.00/1.00 vMB 58
626,237 626,237 00000000000000000003a3f641810d1e549c8b46e65b7512c3e8dd1dc46aa078 187 1.00/1.00 vMB 97
626,236 626,236 00000000000000000000f25dfb44be3f2850e76a3915627cb5a5bcaf5dbaa291 2,679 1.00/1.00 vMB 24
626,235 626,235 000000000000000000033fd1307e76d15642ad71034608fab52e7f26948fffa9 2,407 1.00/1.00 vMB 19
626,234 626,234 000000000000000000033e5794d0caf15bf8f8563fcacdfb6c6c5c22597b040e 1,814 1.00/1.00 vMB 13
626,233 626,233 0000000000000000000d6e8b9b99f615a2398c896b358dcba2b0a041447a68fd 2,344 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.49 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.25 GB
    • Received: 15.45 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.