Loading Tool

Explorer IconExplorer

Memory Pool

29,222 transactions
6.63 vMB
0.05217642 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.72/200 MB

Candidate Block

Mining Attempt eb6d41259d5688d29a429a0fcd5927d75c0e55a68c2a17c5d9cee0524b58a702
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root 992dbf1993c135eab10ae4735082e4fb827bda9b506d60a5c0269224ea47b696
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,115
Size: 1.00 vMB
Total Fees: 0.03510405 BTC
Median Feerate: 2.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (655,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
258,148 258,148 000000000000001be99b010b587e98266d361b5c7eb741a58737b88e60e10846 429 0.25 vMB 118
258,147 258,147 00000000000000165c8abe9794e364c0aa7ed97b3a0af7f4ade2c2d1f473bfa9 379 0.14 vMB 132
258,146 258,146 000000000000001022c729d9ff386d71b1459f7018c2e5dccd401833e78f11b6 895 0.33 vMB 114
258,145 258,145 000000000000000fa58d8efb1376d16fa36bdc5344a8d8184ba0615bb9303f27 341 0.15 vMB 117
258,144 258,144 0000000000000018465c839d08ffa44e968d5d81b350bc860fe3b8993f0d3bd2 454 0.18 vMB 109
258,143 258,143 000000000000001a1885b27c754ef72d9714178ebb15783206b32bfef751bb70 24 0.01 vMB 96
258,142 258,142 0000000000000018a2451262f4e44dea23cb4a2ad47d8631bfd2fc7ca2607108 347 0.15 vMB 100
258,141 258,141 0000000000000018d52ab327010dc7df91c67ce62f629cc4f7d7533233d6ac61 46 0.04 vMB 49
258,140 258,140 00000000000000050bad6c8e385bfed1b7737472e8defa1177df1d60279e2e3d 196 0.25 vMB 84
258,139 258,139 000000000000000edc71012d642da2899b469971d4152e1a01c133b934cd765b 352 0.25 vMB 133
258,138 258,138 0000000000000007c55b80a2351f5f000b938f497be3242701161b5a13287348 436 0.20 vMB 93
258,137 258,137 000000000000000d153af0f4ed737a744f24b78d279afc7063be7a2e593cc99a 326 0.27 vMB 67
258,136 258,136 000000000000002567b6ecd845e56b945c071b1703b279c107de42fe3db20b16 574 0.25 vMB 94
258,135 258,135 0000000000000015e935ef616ad7df3983807d435585bdd27a76d44dc306a10a 560 0.25 vMB 71
258,134 258,134 000000000000001da0fd1363de6e79dd7cf22cb886b70fa6ce60e859d83ca40e 597 0.25 vMB 149
258,133 258,133 00000000000000040a9c912735e527f5f35c17296e9d30f9956287d20829c6fd 145 0.07 vMB 123
258,132 258,132 00000000000000229666bd55f77ef9713543273e7f73ba72481f39b10e8efdb7 579 0.25 vMB 97
258,131 258,131 0000000000000009d8bc02fde625bfc39271a192c48e8549e89da5646fd84444 221 0.08 vMB 127
258,130 258,130 00000000000000121eee3ccf3bdb7c8e106e823ed5d050d23692057504829537 141 0.06 vMB 119
258,129 258,129 00000000000000090f5f57c5855ae2b2a36c9268baa47cacc9ed0acd972a70af 40 0.02 vMB 93
258,128 258,128 0000000000000013b9b609c0bb594a3a09ad78a4caed4978b705cd690a5f0750 413 0.16 vMB 127
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 89
    • Outgoing: 10
  • Data Transfer:
    • Sent: 44.45 GB
    • Received: 0.65 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.