Memory Pool Memory Pool Refreshing

1,155 transactions
0.51 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,151 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (200,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
707,431 707,431 00000000000000000001584f3693dbf3b902a0de96296e4866f46b2d9a2f6477 1.31 MB 2,456 4
707,430 707,430 00000000000000000005614cad9feb0ab2b6412498d7b10fb57b0c7ee87878f5 1.42 MB 2,973 11
707,429 707,429 00000000000000000006c2a0a1023e70079d3a380b46b2ff6aaf10b030643145 1.48 MB 3,058 4
707,428 707,428 00000000000000000008a1a1fdedfc8fdf4242c999bc4c1b319ae7c7b31cdf3d 1.37 MB 2,174 21
707,427 707,427 0000000000000000000b5c62eeac728aec58c0c9f05f918eb26c66374ce2b309 0.10 MB 196 20
707,426 707,426 0000000000000000000db53a1cb06c1963e63363d272b1a9ffa1c06f3861a2d4 0.16 MB 309 9
707,425 707,425 0000000000000000000b6a61625f2bfdc933c1203c366165674a76584aaced5a 0.11 MB 234 13
707,424 707,424 00000000000000000009b1036880681ef4120688140d40c75812d4173f16375e 0.85 MB 1,354 3
707,423 707,423 0000000000000000000263000f19a9ef685e952bc3c0bc87976e7cbe06097c1e 1.38 MB 2,647 6
707,422 707,422 0000000000000000000ccfc0b90b4ced2bcedebe2ce2316c5148b31885222ce6 1.47 MB 3,282 19
707,421 707,421 0000000000000000000773ad22eb68abf5caf3189fb57f6bdb58f6e163942720 0.05 MB 98 5
707,420 707,420 000000000000000000084347373efa7ef78db70c54278000f222941c18015322 1.23 MB 1,510 3
707,419 707,419 00000000000000000006bf6497996c64c4f50387c3dc4aa24103f37949fc9aa0 1.36 MB 2,468 9
707,418 707,418 00000000000000000007a313680f3eb8fe592adb0657793a2194e29210318cd0 0.41 MB 913 10
707,417 707,417 00000000000000000006f72466854cfb2aa9d2df51d3b525c775575a9cb84d20 0.94 MB 1,714 9
707,416 707,416 000000000000000000003b995b794aaa51cb8d5a29f048c57043533f3405292f 0.65 MB 1,053 6
707,415 707,415 0000000000000000000c67231f0bb3095aaf7917bd6fa0ea544e6eef6fce622e 1.48 MB 3,145 1
707,414 707,414 000000000000000000034d307cb4d6f672a51964b0a159b4d4ad7f41bd762c62 1.51 MB 2,868 8
707,413 707,413 0000000000000000000d2ca6c5bc7f4e11a94f425ed0e735275e6df9287bc6d4 1.44 MB 2,727 14
707,412 707,412 0000000000000000000c842e4abf8308e341d5b073082b06aa65c714410b1390 1.57 MB 2,178 4
707,411 707,411 000000000000000000061cebf744fa09fb98a06e1d8f0c86e166f520c2898afb 1.50 MB 3,151 18
Previous 10 blocks ↓
Total Size: 769.12 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.10 GB sent, 93.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.