Memory Pool Memory Pool Refreshing

253 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,450 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 232 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (854,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,426 54,426 000000000c5d47dbe3a4774aaaad214c3e182d98f87fec8fb71b6d27e0870dbc 0.00 MB 1 0
54,425 54,425 000000000ac235b25259f124834f849aea20f340c495d1bf86eb5939ae44a18f 0.00 MB 1 0
54,424 54,424 00000000042e7eec7facf5f73a6664c944d1fdad6db836dd387d42f17088bc59 0.00 MB 1 0
54,423 54,423 0000000011d9e9d427bab05227f021810c0ccb0f5910a5d9e5e888ffadd68c69 0.00 MB 1 0
54,422 54,422 000000000a6ce5446efee91d2f6c9099b566bcf5d27dbc0341e26f732ae2f101 0.00 MB 1 0
54,421 54,421 00000000104bb78fee4b8dceba5d06afeb693e400004dd34c0d37d752a87b4e3 0.00 MB 1 0
54,420 54,420 00000000128a521363bb3dca90e26b526df9e76ead56393929adff03486c503f 0.00 MB 1 0
54,419 54,419 0000000007debae30b2c21032ec5c0048397199b4f0f6fe6d0c3bb5907d40087 0.00 MB 1 0
54,418 54,418 0000000002d67b0c9e7da673663e21bf8f544ca0354907383105b41e1da0e84b 0.00 MB 1 0
54,417 54,417 0000000007bc0953a9eb80b7dea61423e7e5109dbd160092dc1534ff51686c26 0.00 MB 1 0
54,416 54,416 0000000002dd9d3d3d939db999556069247624c767fba65a1459f7962b5274e3 0.00 MB 1 0
54,415 54,415 000000000b19407e20db4aa1bec84b6becbd6979e71999f296d7dd27f743082f 0.00 MB 1 0
54,414 54,414 000000000a9cf15c6dad8b1754b52d5b9e48e4890f2163662ce8875ce7b2e729 0.00 MB 1 0
54,413 54,413 0000000012b84d4baeb13c65698d4a91ce7acc5ab0b1f1dbce7c473d02dbfd1d 0.00 MB 1 0
54,412 54,412 0000000003ca6a7f2cf6a5d3436d5b4f60e9cbc71ec5876b8ce8a517b88feb9a 0.00 MB 1 0
54,411 54,411 00000000094cc2c13d004637d4f722c5b904b3dca0dddcbb2b7dc42f4b029a74 0.00 MB 1 0
54,410 54,410 0000000005d4d1e1207b9203d3caebd95d0466768a394070806f057d42e32892 0.00 MB 1 0
54,409 54,409 0000000006957b7cd9d694c2e5ce18ce8011d4ded608b3ce44fc6208e3a8b4bf 0.00 MB 1 0
54,408 54,408 000000000a5af940d2ab381a085f0d45d1069ed03cf2b9ed4f2c1a490c373e10 0.00 MB 1 0
54,407 54,407 00000000096f7bc1a7f4da3fb5eab88e5d50e1bb0fa5ec9170435a1cb03b59f3 0.00 MB 1 0
54,406 54,406 00000000005e9aa075b667a5afcb21e95ea44e8215ba545e143906a86d72bef3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.65 GB sent, 99.73 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.