Memory Pool Memory Pool Refreshing

407 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,292 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 385 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (816,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,903 91,903 00000000000d4be7729343c239f0d7ba424c2488b4b8b4c649400cee0290d53a 0.00 MB 2 0
91,902 91,902 0000000000074174fd0276c5008be52f2385ff2ae8fa560919711cb09eec4d4d 0.00 MB 1 0
91,901 91,901 00000000000257c808dc8ffe684cbcf9665cb4652f16cb95f5bfd2638f3a327b 0.00 MB 1 0
91,900 91,900 000000000003422b9310497c471f9cfd6f012896769d9cd0126007d016f0bab8 0.00 MB 1 0
91,899 91,899 0000000000031238da81e9faab502ce3e43336d7235c54f6df058ebcd388fe7a 0.00 MB 2 0
91,898 91,898 00000000000a1f3fc7bec9d1b93f0c06ecbe35dbefb9bb4331e91226453afd8f 0.00 MB 1 0
91,897 91,897 00000000000da10ce0ba103f37428fd939d61a39270a6c3fb53595f814203763 0.00 MB 1 0
91,896 91,896 00000000000ce342689c0598f62c11054a3f261fded32b3f0a4017e5f080ef49 0.00 MB 1 0
91,895 91,895 000000000003c3db203959966e6a09ea8b3fd15694a8e8f258f5bd59c75608ab 0.00 MB 3 0
91,894 91,894 00000000000ca120825e10b83ac162a723946d42051f2582e3c19d7301cf2802 0.00 MB 2 0
91,893 91,893 00000000000b1cb9e959a8ed07c669fb13eae8b1cd48da872f99ccadd0d79bff 0.00 MB 1 0
91,892 91,892 0000000000056a001e7b7252a1d58638df6b751abc5687acb135af4783d7f05a 0.00 MB 1 0
91,891 91,891 000000000007784e8edf77e604011eb8ea22775c14649a7c9a7b5e5a43ca4e71 0.00 MB 1 0
91,890 91,890 000000000004d041da1d96c1c39da1bd376b98521b10434c82ee8a88d2f4480d 0.00 MB 1 0
91,889 91,889 000000000007f5e47b4daf53842a7edca49e54723e421ca773d027a8b3e0ab6d 0.00 MB 1 0
91,888 91,888 000000000007f96eb99b009b3dbd3b4e6ebe55f4efddf2f3a0a846120dab2599 0.00 MB 1 0
91,887 91,887 000000000000cebec923350f3c4b1c8e28003d37a447c98ed03844e921f9565c 0.00 MB 3 0
91,886 91,886 00000000000822cc8deef66b120672053c6ce7a6cd18c1faaeeec887f28b469b 0.00 MB 2 0
91,885 91,885 000000000004c41980215e6cb56a8a77ff3ad73c56ed0f392545e8cbc4a8bf56 0.00 MB 2 0
91,884 91,884 00000000000b968530a12196da77dd72962d093c5f9537cb29dcf0ff1ae3777c 0.00 MB 1 0
91,883 91,883 00000000000108d40e001eb09914b66360d9e993724481a6bbc7064a8042aefa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.31 GB sent, 98.30 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.