Memory Pool Memory Pool Refreshing

3,774 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
907,936 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,969 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,935 (746,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,902 161,902 000000000000081ca14c3a8582cc210f0623377469c95faa564722a6e54d8ae9 0.02 MB 46 288
161,901 161,901 00000000000006199ef3b56a7a4b29563f14c63bfa22647012cac453039fb4c8 0.03 MB 97 8
161,900 161,900 0000000000000b8cc68ca144e37eb33becaf95ba6de2817dd312db9a8e6976e4 0.01 MB 29 417
161,899 161,899 000000000000028d47dec38f73d6aa9c494a90c65ce4c4429832ae87652a9838 0.05 MB 129 146
161,898 161,898 0000000000000a435cc22c2897cf772837720379b782abe519ddaac6ecf8bb94 0.05 MB 159 232
161,897 161,897 0000000000000830b42bcdc56544e84461427a999a7d5c33d0689bfa8cf4d6bd 0.02 MB 54 161
161,896 161,896 00000000000005d3b29f25b71a6933eca3b4d07c75b3915097494ec15e783b55 0.04 MB 99 181
161,895 161,895 00000000000002615273b1457282477e9d9ca7c0c92eed4283c36ced354937a3 0.03 MB 36 92
161,894 161,894 00000000000008be5ba0a7d29e1eede2f884710852dbebe42398c74e332b2cbd 0.00 MB 12 150
161,893 161,893 000000000000047d02622d8564d053a2c4694a8971a9bcca3987f0d64a2612f1 0.05 MB 107 177
161,892 161,892 0000000000000c890c4ea3126304c22c340469dad7838133cad681652cf65229 0.02 MB 54 31
161,891 161,891 00000000000000397c7fbafa4fee38421af70572f929384b5b3c3cfc673faa6f 0.02 MB 35 60
161,890 161,890 00000000000001fab8faa692b6b25fe4c2a31455fea0ab22e011b4936a2ab9f3 0.03 MB 77 47
161,889 161,889 00000000000000b83703a220a16026e78c0ff9f80f80ba6fc73b7c54256ee2ab 0.01 MB 38 132
161,888 161,888 0000000000000ce2b85df83daf27611f4b69a0833ef8f5f25c93cea71345ccc0 0.02 MB 32 95
161,887 161,887 00000000000001b70c984a8fa18db03f0dc1683d4b16b2e78abc9499ac343178 0.03 MB 87 118
161,886 161,886 0000000000000527de571027f8ad3e4bc5f244b23da63fd2ce0a30e3865bc3ea 0.02 MB 30 178
161,885 161,885 0000000000000138d8a37075ef73f43ad058273f6b3ae8620ded099428f25dab 0.00 MB 3 41
161,884 161,884 00000000000005e7bb590f720825a31c189c576e7b8c756d3e41b3021b6c7695 0.00 MB 3 194
161,883 161,883 00000000000009dc071ce09c64286f7637141954591b41c880bb6f120959b2df 0.01 MB 44 0
161,882 161,882 0000000000000b218e24ab863051c09dd7900cfa0dc3ced66358ab8665e07e77 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.42 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,645.32 GB sent, 95.07 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.