Memory Pool Memory Pool Refreshing

60 transactions
0.01 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,451 00000000000000000002349e0000000000000000000000000000000000000000 0.01 vMB 50 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,450 (860,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,891 47,891 000000001ddba37e49890d7c50dd3768774655b3ed31d9691a0840c7c5512c63 0.00 MB 1 0
47,890 47,890 000000000d8a9bb97ab76617c6e96b256da891d887f0b7bba2c5a06f8ae48563 0.00 MB 1 0
47,889 47,889 000000002a08f7991e8c33e6632e5e0a0a8aefc534feee335d2248c6aa82336f 0.00 MB 1 0
47,888 47,888 0000000011729012b2ac5f7a18f936b97a637ff41bbce84d33c8ef1710ea9cef 0.00 MB 1 0
47,887 47,887 0000000001bbb2ea6ba5f02328c20c03d34107ff9a98645c888809496a1fece0 0.00 MB 1 0
47,886 47,886 000000001822ff4f4feb99f0ea0fb021fda0474aac7fa028d466d2cd027e55b4 0.00 MB 1 0
47,885 47,885 0000000034cc510f06631e47969f1eecec5e6f00af755b1f53ad92f559543e43 0.00 MB 1 0
47,884 47,884 000000001e7d91e65ccb0f56e93919f63428cd02ef2c7530e074e174f1c07a2c 0.00 MB 1 0
47,883 47,883 000000002af866d7227f5412c2bfbdec3301df1638bde1cd35e80d749ff75fdf 0.00 MB 1 0
47,882 47,882 000000000221490ed14a791ec0999a4bc53abae92537446d83844ee23ebc9771 0.00 MB 1 0
47,881 47,881 000000001760b9e5f12c3be6b076fe3449e4a401b2d973081072f455428438d3 0.00 MB 1 0
47,880 47,880 000000002f8f1294e230aef15ce520d06ff3e2e831a62b5c737116756018e843 0.00 MB 1 0
47,879 47,879 000000001874dd30678815cb7e2916fc1e83f1f831faaedfcae78f4f4c6f5eb7 0.00 MB 1 0
47,878 47,878 000000001eaf97f8252878c883d281c2b509c62f16ed05b1698d02617c41652f 0.00 MB 1 0
47,877 47,877 0000000009fc09a31f9024fcde5362962faf046c4128ed28fd72e3dc44992dea 0.00 MB 1 0
47,876 47,876 0000000016dac9a258bb0483f9d81e8e904876b902f795bc567364051a8d8497 0.00 MB 1 0
47,875 47,875 00000000363f359e08d9ebf34ebc233fabde0717037be0cd8930c75b2871c9fa 0.00 MB 1 0
47,874 47,874 000000001f4b6adcb1480913cb31fbb76324a0ec708bde1ea222720ccf36f77d 0.00 MB 1 0
47,873 47,873 00000000294cc36acda5596dded6befad50d8f352248b08a356fafb3d252319d 0.00 MB 1 0
47,872 47,872 00000000121c5b938790c4da5d27d8a3da106b0f84e8d2c7d84c24ed3ba2bf12 0.00 MB 1 0
47,871 47,871 0000000019bc60c570d0117e86e5727d99d1a633611d9c71761f470e70d75c14 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.