Memory Pool Memory Pool Refreshing

3,639 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,688 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,644 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (704,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,865 202,865 0000000000000243c55685beb973e26d89050ea1b66afc4250a1fb67dbb79122 0.17 MB 387 347
202,864 202,864 00000000000001b833f62dcfdb9b5c2d3747bad3d2c87fbb8d216e248844c2f5 0.05 MB 75 352
202,863 202,863 0000000000000529bcc7706d0915d7021f38d462183d65ca57023ab0a7454b2e 0.09 MB 206 244
202,862 202,862 0000000000000359b28d55b28a9d34310c5af66f00b2aacd072c75fdeab37132 0.19 MB 567 23
202,861 202,861 0000000000000515041b264f7f3712bd6ba33808e6a3407532266693438eb447 0.00 MB 13 153
202,860 202,860 00000000000002836c91d41038b90552cda09602f068914c4858744cfa484ed3 0.01 MB 24 144
202,859 202,859 0000000000000390752ff4293b7e56726a171e9dbd1ec798b94c9d392ad4a7b0 0.01 MB 31 467
202,858 202,858 0000000000000143e652c30a7946189a19424399aa4ecb6bff652020ff285044 0.06 MB 157 219
202,857 202,857 00000000000000b1b48c3d76b0940a48462126dd84855c0d41af86712d358e16 0.00 MB 8 321
202,856 202,856 0000000000000466260a5bfe417a28496418c25319a474b84d7aabbe1cd1166d 0.04 MB 91 136
202,855 202,855 00000000000004532390b783e0221a03a37c8b365a6b4df1df7faec25cf7fffb 0.02 MB 32 28
202,854 202,854 000000000000029f7eba78c3f9c85ee80d7c9ca508bae75a49b9d9d7db23b384 0.07 MB 106 115
202,853 202,853 0000000000000510e3bc4df6fd583d891bfa86f9be69fe1058437e0e8d75bc35 0.10 MB 253 291
202,852 202,852 00000000000004798a2a3d55b7dab3d074bff914bdaeb25050aa7e0700a7d929 0.05 MB 127 88
202,851 202,851 0000000000000549158b28957aeb19544ad505c5a870f6dd2abba6f5f9c6472c 0.06 MB 139 223
202,850 202,850 0000000000000509a3b576191223f27bda0bef0939d6a25f24d5ad03afb36489 0.13 MB 267 262
202,849 202,849 000000000000027bd69082501ee601de4819dea31ea9cc50a7bce014b51ab590 0.06 MB 148 100
202,848 202,848 0000000000000421e896ec8052a64641455631e2dd8b215f6153ffd2bfbacc3f 0.11 MB 229 377
202,847 202,847 000000000000017d28ebc6b84ce85fbdf7df1c67889f1c5aebd4231d6a44ac22 0.06 MB 118 227
202,846 202,846 000000000000041c405da3c40f3aee71263de7b39987bc1d4c0ffe923431ec6d 0.02 MB 26 64
202,845 202,845 000000000000021dffa7fa1e021dabd538042ecc1189b733e47957abbe914abe 0.14 MB 245 145
Previous 10 blocks ↓
Total Size: 768.96 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,614.99 GB sent, 92.61 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.