Memory Pool Memory Pool Refreshing

2,768 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,425 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,059 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,424 (808,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,685 99,685 0000000000001ed54d5501e29b1a4aae6f9e51ec513e9bb5c4e30a24026936b2 0.00 MB 1 0
99,684 99,684 0000000000021b4d47c11b006aa7947c6a6d5f50b4eb32f303d36ea0582e83f1 0.00 MB 1 0
99,683 99,683 000000000002300bc3c0691822d08de23d94b2362f5b9d89d5811ab6fe56926f 0.00 MB 1 0
99,682 99,682 000000000002e58a7cdd789751cc32a1498e3d9eb8480ac4ea49d410e3cf0c5b 0.00 MB 3 0
99,681 99,681 000000000000011a1533071bea6e261f2b7c7819c60bff2797d61f0192c2a05b 0.00 MB 1 0
99,680 99,680 00000000000321c9d0c422b9a9b85b3306e29b5ea542333b5d63e43d1ea6e7b5 0.00 MB 5 0
99,679 99,679 0000000000043e13ca524478e7d8b67dcd85c7919eabfd119e6796e1a4edf742 0.00 MB 2 0
99,678 99,678 000000000001a35c2d58356f817848178acd83babd0f2c8db9afb50a000606f9 0.00 MB 1 0
99,677 99,677 000000000001a7854d16cb76fd6ce3fa145ab4d638775ce70ab2cbf0c413b9ea 0.00 MB 12 0
99,676 99,676 00000000000044ed82413a362d1e0479de071fded79019d10db43c02169cd13b 0.00 MB 12 0
99,675 99,675 00000000000378360528538bedce727c9df75b016b9fdd7288d860c54a0980a0 0.00 MB 7 0
99,674 99,674 000000000002ff6eb7620049a85fd51fce0a7478d81847793a5ce485a0e2dff5 0.00 MB 3 0
99,673 99,673 000000000002f99e2b7d7e6a0f43c9a1e1630692b14af93e8736796074104f97 0.00 MB 2 0
99,672 99,672 000000000000bfc98dd4a4b4aa65616b874b139ed02defa7818db5363b17a623 0.00 MB 12 0
99,671 99,671 0000000000025c8818c412e739b08c39ea52562e0d1c188a8176687a9236710a 0.00 MB 13 0
99,670 99,670 000000000000886ed915cee3d9429890ea5d450a37b3d5a31faa2e5a2ac6e3d6 0.00 MB 5 90
99,669 99,669 00000000000049901f28f258c70644ac603872141acb121471af9aa841cb7a26 0.00 MB 10 0
99,668 99,668 000000000002e348766227f8522ae73c70450ca8c33946868565771f2c32e28a 0.00 MB 3 0
99,667 99,667 0000000000030cc9e1495d1aab29d5b90a92816baeb44ba7844ad615f9223163 0.00 MB 2 0
99,666 99,666 0000000000039ad68a78fc089c8944eb7648e6fbef4fde2113d7ae2d4cdfcc2d 0.00 MB 4 0
99,665 99,665 000000000002fa9082a3ac006b90c718c608894da0d0ffce9f27892d0c8abf7b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.49 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,763.20 GB sent, 99.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.