Memory Pool Memory Pool Refreshing

6,259 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,013 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (768,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,682 139,682 00000000000001cdab6cb6080890b12ba91b42441dfeb7ee8c57b5c534688de0 0.02 MB 52 187
139,681 139,681 00000000000001e1b750f69ffebab098cb099f61f6e15ad57f5843ab1cf92516 0.03 MB 109 27
139,680 139,680 000000000000056ae8894df2e40908b725bed7fd7996be4432e8c90c82511d3d 0.02 MB 53 140
139,679 139,679 0000000000000609e389b7138ce4d14f51017d2ad8bc98aa3e689dd2f49107a4 0.01 MB 13 32
139,678 139,678 000000000000057e9ea3626784bd1ed9493805ea10f05a929e5e3edd1548de3d 0.02 MB 35 215
139,677 139,677 000000000000053bc615934af2a01a78c4ca2f64475d1dbe29d80272a4db9e6a 0.00 MB 1 0
139,676 139,676 000000000000049ae51a640cf9babb360e37835d39f2f35e524b199be3de49cb 0.03 MB 85 289
139,675 139,675 00000000000000eaa4e272031d73d02a54f49716483f57d5f58ff4804845dedd 0.00 MB 12 45
139,674 139,674 0000000000000126c76c26ad89b3a388b4d6f17b2371c87dc6b3f6f5502a7d9d 0.01 MB 29 128
139,673 139,673 00000000000001188e88ef1fda3e5142d6d05be8a539b942fcdf8a7eea762e28 0.01 MB 20 51
139,672 139,672 0000000000000457fb4dcc1b7e4f1591fece41a1527263a90498ee31ffc44eaf 0.02 MB 15 299
139,671 139,671 0000000000000475863fd53ff355f58ed703a29dbbb7286cea4cd6186243d4f6 0.01 MB 16 71
139,670 139,670 000000000000052e3c846b6b910bad60b4776df76d0e7c427bde48514f785fa1 0.04 MB 112 18
139,669 139,669 000000000000067f64c5b599afd9e9f68b3995a883f7daea17837fa810ffc10b 0.00 MB 5 0
139,668 139,668 000000000000083d4a3bfa8fdccc8d64c95d96e79902e99a801c1a123c735c06 0.01 MB 13 147
139,667 139,667 00000000000006431bfe9d7a6b5d1220e77ccb60b6bc54d61f4c8565041eb5bb 0.01 MB 15 458
139,666 139,666 00000000000005c116165a942457986169fa0dc69664e3e695cbf9537a375c5a 0.02 MB 39 117
139,665 139,665 0000000000000512366ad6cbb92eb42997092d213293b7e02d03d53ebc5be572 0.01 MB 23 211
139,664 139,664 000000000000045c669a1599b0a11ff5f71e45d9b409f6ad25745c7df350b5de 0.02 MB 18 108
139,663 139,663 00000000000006461b35e338510aa8cf0a086d2c8c5660361142e32af235bc9c 0.02 MB 39 519
139,662 139,662 00000000000006b7d62c46428fa13c74f7ee01cdba69121727da9be25546f694 0.04 MB 100 262
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.