Memory Pool Memory Pool Refreshing

1,899 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,277 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 1,894 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,276 (902,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,887 5,887 0000000069f48850606fad177b5de8e819476645bc08d6269b15e28632fac12e 0.00 MB 1 0
5,886 5,886 00000000678d8ee647ae8c11ff55ea54458aa0905b2ce7b7303248473f58216b 0.00 MB 1 0
5,885 5,885 0000000018920212d4d4dcddb6e24f37d23b35a0078d270227c83051bb350049 0.00 MB 1 0
5,884 5,884 00000000812963426223eeaf85f9a79511f363a529c822095fa77d3b48cec829 0.00 MB 1 0
5,883 5,883 00000000298d9d16f6d3bbb0eec95e53fda13869a363e70389748c065256031d 0.00 MB 1 0
5,882 5,882 000000009212abd1bf88429c39215c2d070751091a77280ab3535550a6a9b4c4 0.00 MB 1 0
5,881 5,881 000000005d0d04bca775ea7b312834c415ab28b40f623b19084186c78b3a56d8 0.00 MB 1 0
5,880 5,880 000000003eb751f538e66bf2d6ce2131184b11e3e804a87b4a839b1f50a1ee14 0.00 MB 1 0
5,879 5,879 000000000509d8351af50926d7a305d2e4044bfaf5f394894702c5c2be083c37 0.00 MB 1 0
5,878 5,878 00000000140a4159ffb9a2ed5a4cc267b0da71bc0b0c89051a232726376a5d58 0.00 MB 1 0
5,877 5,877 00000000791d0d95530ac776f0b1757cc044c575eb8181ea78384b9828bd0f28 0.00 MB 1 0
5,876 5,876 000000004e3849b0e27840a1b9e9dfc5bcda2633d05865ace5e2941bf88764d5 0.00 MB 1 0
5,875 5,875 00000000618eb41e00414ccb0c3fb55209f0b29148d5ddec0120cd6debdb126e 0.00 MB 1 0
5,874 5,874 00000000850d32f1b3cd207632b5a657b2f0b2de9bf34da0d18bc8a5f20e25c3 0.00 MB 1 0
5,873 5,873 00000000a1026027f415d4addcf74ed216156ad496bc38ff6e7ee0df93ef7399 0.00 MB 1 0
5,872 5,872 00000000a23802670c853f5b77391aa86fbd64f7365ed672486b7f7061700d23 0.00 MB 1 0
5,871 5,871 00000000c5a96455c917eab60e8a5d033483148c93a96ee1da638286781d24cf 0.00 MB 1 0
5,870 5,870 00000000524a5789deef37e630a93efb34117b75e0907c68745d2634d0c9b4e0 0.00 MB 1 0
5,869 5,869 00000000404b5328de24b1830dc776736e2c9ad9b64497929be592d84a856eae 0.00 MB 1 0
5,868 5,868 000000009bb83b66dc1addd894f80eb7066b32e3f753f83e970ea074d97ce248 0.00 MB 1 0
5,867 5,867 0000000099944783286a0d443b6ae43b177af9c85cd45174a3e4d3b15e1681f8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,691.79 GB sent, 98.17 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.