Memory Pool Memory Pool Refreshing

2,954 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,697 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 2,954 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (563,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
343,821 343,821 00000000000000001563e2debac3b83fb21427bbfbccb1155c58d95cdf489897 0.12 MB 211 31
343,820 343,820 000000000000000003ba9ea1d8c93373494a05990a1c04726c3056d363f87233 0.26 MB 359 21
343,819 343,819 000000000000000009e2fa3855315ba83157131ba9266c6aa47de50f4bfe3b48 0.12 MB 209 22
343,818 343,818 000000000000000001b4dd219f1ff17adcc00b56a777069ade741ac40a9570a3 0.24 MB 343 22
343,817 343,817 000000000000000003b8a97ec5cebcf280622d59435f8d0005a5762d79eab925 0.23 MB 307 21
343,816 343,816 000000000000000002f12e98060378cb8690ae0f4bf3cfad9461cf4f7860c900 0.52 MB 812 29
343,815 343,815 0000000000000000025c1adf8a85e649dfc99048faa60023883b9afa6d9e086c 0.01 MB 14 23
343,814 343,814 000000000000000009aec60ac0ebd93d08be1210627ee14cb09d6eccd486cb1d 0.32 MB 514 23
343,813 343,813 000000000000000017d5c9942f06761b3909f0aa0cd3225a8b6e5c31e0558bf4 0.66 MB 784 21
343,812 343,812 00000000000000000e41813a61b8eab86da289fda248512c322ef5debbafb545 0.16 MB 400 39
343,811 343,811 00000000000000000bcc81d14916094da148414e535f254f452ea52de9585660 0.42 MB 525 20
343,810 343,810 00000000000000000f48b70ae01865fea9f233e16b6f91b9adead49e312533b2 0.21 MB 160 12
343,809 343,809 00000000000000000d38fd7960f37971b2348e6e06ed79fa44c04130bb7f620a 0.35 MB 811 63
343,808 343,808 000000000000000017881c723d503a653cc9ec3eb462b1e3de1742de1038b4ba 0.06 MB 146 27
343,807 343,807 00000000000000000e1d1b5afd492b385769adc75946d66ffaf85e639233e13c 0.22 MB 204 10
343,806 343,806 000000000000000008d6c0b6cfb373781e8d00dd3232f9d5a857462bbb73834d 0.18 MB 256 21
343,805 343,805 000000000000000013987d0f7be153eb2505018409255b3d3db37c49a589198e 0.75 MB 741 18
343,804 343,804 000000000000000010d9bba08b0eb8d925c72bfbd62aaebdc3cd1bbf8cd574dc 0.75 MB 1,910 36
343,803 343,803 00000000000000000129265f7afa48b85a56b95626558fcfc3770821cff103c8 0.48 MB 766 20
343,802 343,802 00000000000000000a63496f0b4393e58e51dcb6872da3ad411f9c19a50a2805 0.75 MB 1,302 27
343,801 343,801 0000000000000000069dc85136d988307ec5e497a37c6d764cb19a9d761eb9bb 0.66 MB 968 24
Previous 10 blocks ↓
Total Size: 768.98 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,615.72 GB sent, 92.69 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.