Memory Pool Memory Pool Refreshing

6,597 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (40,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
867,002 867,002 00000000000000000000ee52c1e8693e27fde82db040a5a2ad6311d02f6b73f2 1.80 MB 4,325 7
867,001 867,001 00000000000000000001c015ad45c818475a0f1377e48afa7332a56f9ce009ad 1.62 MB 6,186 6
867,000 867,000 000000000000000000026fa66f8ff5458e2c1e9f977c0c2a12c25c11ee72b2b9 1.78 MB 3,040 12
866,999 866,999 00000000000000000002e87ccff94028b0f17a53ce9f04b9df1ea2b2ac23b66f 1.77 MB 3,685 10
866,998 866,998 00000000000000000000a823ec6ca1e128369251b72c23dafc29cd5e04c751a3 2.12 MB 1,991 5
866,997 866,997 00000000000000000000d02c73dd5ff0d5ec34eb39721e2a725f8f7ce2a8e7a0 1.75 MB 3,364 7
866,996 866,996 0000000000000000000209e930349845156300ad0ee9616b73211b896858107c 1.96 MB 3,740 8
866,995 866,995 00000000000000000002b9380254a3f8b19b21abbbd920b882d57a972875512e 1.86 MB 2,553 8
866,994 866,994 00000000000000000002ad8e711d92b3377414ac314ad687b7d23901789e144d 1.55 MB 3,191 18
866,993 866,993 00000000000000000001168f66911aa34f55728b81c8cca24dab6504843ad91b 1.92 MB 2,285 7
866,992 866,992 000000000000000000008005301aa19bf086fb3d9c7f4929effc82e97523da04 1.63 MB 4,344 13
866,991 866,991 00000000000000000000671d3954a38697e2678dc48c5e55e07e4049332613b2 1.74 MB 3,065 9
866,990 866,990 0000000000000000000298e629950c277c069943072508163e4c340fa830168a 1.49 MB 3,634 16
866,989 866,989 000000000000000000013c607fd7df4448801c9dd6702b60bdfa302fb04febc3 1.50 MB 4,779 25
866,988 866,988 00000000000000000000dfa664b5eb228c02f2bdfda9f2d75fecd1fd31d38d7e 1.47 MB 2,627 15
866,987 866,987 00000000000000000001d5cfc29e47aa6a952b348cfc57ca82b0e65d02b90e85 1.66 MB 4,748 12
866,986 866,986 00000000000000000000b45c35aa5ace2f0cc3569e20f914ddac412405fd6978 1.36 MB 1,877 9
866,985 866,985 000000000000000000003cfec73c318a9f44352ebb4309a42c9b637aaa6e00b2 1.23 MB 1,505 11
866,984 866,984 000000000000000000020f990a208bc7e46fa0ceccbfea5bd6378bfeec6e9580 1.61 MB 1,625 11
866,983 866,983 00000000000000000001faac0071c6461362fc3ae22a1127c6ee4ff68157bac8 1.59 MB 3,432 13
866,982 866,982 00000000000000000000fa4d9a114f9898e1a147beedd028c1a11077a9560179 1.71 MB 2,276 12
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.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.