Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 2,310 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (601,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,916 305,916 0000000000000000285c6ba8af6bc51c25d08f8891e42f1cc2a7009e9bc44f47 0.04 MB 74 13
305,915 305,915 00000000000000000dd29b679a2fd4360a8558964392c5baf849871ece8880f1 0.34 MB 732 31
305,914 305,914 00000000000000004859ecb41ca935f1007ad513c30c3b2c1b84149d5ff565d4 0.13 MB 299 31
305,913 305,913 00000000000000003dfb1ac1e24f7008a19ce05155f0c819648315743937f716 0.18 MB 370 35
305,912 305,912 0000000000000000324846a3211c65782776eeb0ede17de4e82d26680949700f 0.35 MB 715 31
305,911 305,911 0000000000000000261e7ffa54b0d29fc46ddf2f2fb8c050e0b203785db0574d 0.30 MB 605 30
305,910 305,910 00000000000000005978cefbf9ad7cbdab99ae045d865014e9f383146d32b949 0.41 MB 771 53
305,909 305,909 00000000000000003716048a55c40a4dd5da76038ba281ddddc1b126a80e2b02 0.20 MB 343 26
305,908 305,908 00000000000000000319d449f9e0fc3870188bac23e6c09788e214aa554afb7d 0.02 MB 43 34
305,907 305,907 00000000000000004f84609e826701ae35353592b4395cf5b293f72dd9442d5d 0.11 MB 289 30
305,906 305,906 0000000000000000395c6def80a08e28665cd22dab1237f771b14f64d0a21232 0.28 MB 318 20
305,905 305,905 000000000000000029c78880b168bcf09ea3b4179d1aebd1613e25dc17c8f489 0.34 MB 398 25
305,904 305,904 00000000000000003d75693b3549fe0eeed2e3c1e894a2cb480c82a33f640f11 0.04 MB 58 24
305,903 305,903 00000000000000004af08bf012dd1862f432a36b0b069790e7d60bafdccf1ee6 0.11 MB 156 45
305,902 305,902 0000000000000000290d1bd7a22584975d9faacd3bcc14784ce9ae8c8623a409 0.06 MB 109 29
305,901 305,901 00000000000000005144b159acea830f5d9a5fd0ef1abc2ff5a4ae16e3c51309 0.02 MB 42 27
305,900 305,900 00000000000000004bfeb30879a5d60820996843e52c1ebd60008769eeaac0a0 0.15 MB 179 29
305,899 305,899 0000000000000000295edd107944ba9560915d72c311c8ae5a809b99eba4e251 0.05 MB 95 25
305,898 305,898 0000000000000000333edc6f6af04af0101c5387c2f685e9908f1a0398d2356a 0.35 MB 414 24
305,897 305,897 00000000000000002499b179ae2b9ba34175b134d6ebf94951b57c3d42efd195 0.14 MB 212 29
305,896 305,896 000000000000000036621698a65138b43e7352aa36384e8640104ff56ea8653f 0.19 MB 398 35
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.