Memory Pool Memory Pool Refreshing

1,335 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,285 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 1,335 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,284 (858,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,680 49,680 00000000091088a8a24748a6ad7e0fd4912cbb176a7f1c107eb3fcb630c08504 0.00 MB 1 0
49,679 49,679 000000000462e83e5a5dffcd4a625b66905c57596f7b2473f0c0ec0b744ff4cb 0.00 MB 1 0
49,678 49,678 0000000013499417a51646bb79d180ece4167c79c3c496645fcc39becec01ed0 0.00 MB 1 0
49,677 49,677 0000000011e839688c73c59d59b571dd5da73a5834318d2295d6bd1b2a20d63d 0.00 MB 1 0
49,676 49,676 00000000168b2c80bdfcf5ddb89877c2e8d9b3b5788e1f31137884d2fca37c2c 0.00 MB 1 0
49,675 49,675 0000000027262a85669130184606515f29acff36f2264f2383287a65ac1e2be9 0.00 MB 1 0
49,674 49,674 000000002519a4d05ddc5a6c63a1fe1ea69bbe8161c99e6d465dabf5346eabdc 0.00 MB 1 0
49,673 49,673 00000000043b959fdcfabf8cd77c4021b992cc0d42e8daca0928079665866599 0.00 MB 1 0
49,672 49,672 000000000c4ef23d123220afb546c0e6ff5c252b9a4bd75da19a8d4497593fe8 0.00 MB 1 0
49,671 49,671 000000001750c31044091d71cf44ac98b6e5890637d4a6e701b375987fa207e1 0.00 MB 1 0
49,670 49,670 000000000623681ea54b0ed4ebcc780413eb33500b8421fcca14cf8b59007989 0.00 MB 1 0
49,669 49,669 0000000011ec377c3743b8329001abeea9eba623773aadbdd25a94259420dd6e 0.00 MB 1 0
49,668 49,668 0000000006c34776e15207dfdf8214f16e6e174d53d064418020177a054d5262 0.00 MB 1 0
49,667 49,667 0000000024d49bd055a88f97ea39ade6c9e9db095c5e311c153ea8a42a8ea073 0.00 MB 1 0
49,666 49,666 0000000002596b484e6eca0c815bc852b990f97bece83c352313d8e20c71dd34 0.00 MB 1 0
49,665 49,665 00000000038edeb0cdf36501a8ff1bc2e5772531604c78c239445e23249676b0 0.00 MB 1 0
49,664 49,664 0000000021eb9abe7897e73b5fdee31611a8c5b72bf1a1bcd127fe09646f2a7b 0.00 MB 1 0
49,663 49,663 000000001fea5409385529f4eb3cc3b43865b251f15e4546bdd847e30c60130e 0.00 MB 1 0
49,662 49,662 0000000029336a5871d071eb9b58bc7a95d08c6b8fa3f983a15fe3d0da7375ad 0.00 MB 1 0
49,661 49,661 00000000119bad64593305724bded7c523ace671bad89d051d0e54324b8fa2bc 0.00 MB 1 0
49,660 49,660 000000002535e5e95d092f0e29b07296efe7aa8981c07809184fa21f37d69fc8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.15 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,692.08 GB sent, 98.25 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.