Memory Pool Memory Pool Refreshing

622 transactions
17.99 vMB
Show Random Selection Loading Transactions
Max Size: 72/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,308 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 422 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (808,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
99,664 99,664 000000000000f18817f04f6f001a3837904cfa89b16455bd23887f7506461b39 0.00 MB 3 0
99,663 99,663 0000000000017cbc9d521874f1a38b42edb2ca0e0a3a133fd886bf507145cedb 0.00 MB 2 0
99,662 99,662 000000000003749d3dbff93caef62fc72dc454538a610310f18bdb65c1122793 0.00 MB 1 0
99,661 99,661 000000000002e7c15192379c1bd8ee2695eb51afec1c983f12651299e49eabd2 0.00 MB 1 0
99,660 99,660 00000000000222935dad06d4a29bd80cfaa4336f06e92c944f6350a8a73ba27f 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.20 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,694.29 GB sent, 98.53 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.