Memory Pool Memory Pool Refreshing

1,570 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,781 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,545 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (279,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
628,516 628,516 00000000000000000006a285dca32b125b725bbab7880f4210ccea4ede393511 1.47 MB 1,718 48
628,515 628,515 0000000000000000000175668928ce8243d7ce261b318bbe85c698cae0d5fdf0 1.83 MB 287 12
628,514 628,514 0000000000000000000c766c60325f46fe0a003163cab4d1f08baf7844846571 1.53 MB 1,544 49
628,513 628,513 00000000000000000001446691446825583c217a1cd712159971f57b0fc0bf6d 1.68 MB 799 24
628,512 628,512 0000000000000000000b0f29895321691b3053bb867a9e7f1092ab28d8f2e659 1.71 MB 762 23
628,511 628,511 00000000000000000002acac28cae968b089aa0b8afcc6cdca9b622c5b2cdccf 1.71 MB 776 26
628,510 628,510 0000000000000000000ab6ddd9f2e546ff687c0b2b229bb6a6305abb59d77049 1.19 MB 1,840 74
628,509 628,509 000000000000000000074a95e1e6d49262c96c826b9d318135f528921db72518 1.67 MB 706 30
628,508 628,508 00000000000000000002a54674c3685184c3b0d8287f50d83806e6d4f566c854 1.60 MB 1,062 14
628,507 628,507 00000000000000000005ccdeb38309fc4f3f2ff09b485dbd2203c2f9b35bdf21 1.19 MB 2,641 40
628,506 628,506 0000000000000000000294de2bce4752e9fd9e0e074a977b22c787c3b93fd50b 1.36 MB 2,559 107
628,505 628,505 00000000000000000011405ef9e7f6b24bf0b0a5229cdafbfe584dce78f9c5f7 1.30 MB 2,606 104
628,504 628,504 00000000000000000006515cf52326149ba14303026c50275b9ec6476d14a6a7 1.48 MB 1,760 31
628,503 628,503 00000000000000000009a4d0a2d742bb5a35093c71fa4409e547051a06a33051 1.38 MB 2,861 88
628,502 628,502 0000000000000000000a65a7e383ae39a52cf5087a3a19344e82ebdde6950dee 1.50 MB 1,738 46
628,501 628,501 0000000000000000000728e84201b2341dcf5c6e3941d59a8830922a0e037b70 1.71 MB 803 24
628,500 628,500 00000000000000000009015cb144d694c93e58212307c7060f06e27cf60d8ee7 1.73 MB 703 12
628,499 628,499 0000000000000000000d1f12f2a3ed6425cd42b1ec7ab86413666eb7a5d30518 1.29 MB 3,227 93
628,498 628,498 0000000000000000000293304db0194f1c4a55265149f861926915c1cf4572e0 1.67 MB 779 24
628,497 628,497 000000000000000000002041fbc34797e7c82ff1d7c5bdaf68a69d634533f184 1.72 MB 749 30
628,496 628,496 000000000000000000088def28e79d61dd710538bb4d21be3df613f07cdbed8b 1.79 MB 316 12
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.