Memory Pool Memory Pool Refreshing

5,281 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,644 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,291 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,643 (893,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,478 15,478 0000000068633d8c3c7557aacadb13d20161c19620009cd92798c14f94bd5458 0.00 MB 1 0
15,477 15,477 000000008fa2d9e25732eedab50df589ea78f5cda7cc49ddb15cc1299e278b0b 0.00 MB 1 0
15,476 15,476 00000000a1fc89fa90edada489bbb6b7eaa0e6cac483b5bb349bbb5778fd85de 0.00 MB 1 0
15,475 15,475 000000009ad4952ce58f612a31b57baae27e2533eb0fd37f58c1276aa06ccd8a 0.00 MB 1 0
15,474 15,474 000000009e19e6f9b586d4c514bb774a0f8b3a1fcac548cc502f57a8c25b7678 0.00 MB 1 0
15,473 15,473 00000000747747254be7ebe359e008ceadea55df89730fbce774d3992a1f6349 0.00 MB 1 0
15,472 15,472 00000000906017008123f09cd7c379f381d3b4955ff3aef642bf4ae3b7e8b2b5 0.00 MB 1 0
15,471 15,471 00000000099ca3c1edb191ef9b59ee8ebbe75479cd4b6615522554dc53e11395 0.00 MB 1 0
15,470 15,470 0000000066193fada24ba4c8bc413abe713c53926738411425ceec47d5f870f1 0.00 MB 1 0
15,469 15,469 00000000fca6feb7b49d02ed6a0c371e62ea83d237b17c30383fb3ee29621b86 0.00 MB 1 0
15,468 15,468 00000000c5e541c9f0e96ea0ead3ebc4fcaf8acbe93803fe1eb700e9fe8b97e9 0.00 MB 1 0
15,467 15,467 00000000e06a6a09d8c63220714b906337620fc5159009d7ba0ad8301507efe8 0.00 MB 1 0
15,466 15,466 00000000ea071f7b8e2ca72e967fb97bd89b80aad7bd50e4f9e033c165a812dd 0.00 MB 1 0
15,465 15,465 00000000e4a97275bf98b7bb50c291bd31d38b8f52103c2748bacb1b5459bb51 0.00 MB 1 0
15,464 15,464 0000000024a3f3fd2b4bef264edabefce71d55d16ec9dec5b6e6d727c34a4a7a 0.00 MB 1 0
15,463 15,463 0000000087bdcf4bb71355d4f62b15cf0814dd21741729c14f8c772284928d0f 0.00 MB 1 0
15,462 15,462 00000000524a8079c761443cc7740f41262dac54b9046dba209614fcc976ea39 0.00 MB 1 0
15,461 15,461 00000000f4dcd82e46778871c94503917136ed7ea968f3bbd20f8fd828a4fecb 0.00 MB 1 0
15,460 15,460 00000000ec46f69240d4779dfe114bcdfe259e01236ad5d0a9d873463a02f428 0.00 MB 1 0
15,459 15,459 0000000054ba187ab7bac3d67175ab76545a8c01538073df675e0b27d31d6c1a 0.00 MB 1 0
15,458 15,458 0000000085d0f8316051d0d77c86ef760463cf86c5230b097eeffc1e67c9e4fe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.89 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,851.27 GB sent, 101.39 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.