Memory Pool Memory Pool Refreshing

10,817 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 23/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
2 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,665 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,047 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,664 (792,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,014 115,014 000000000000074a1c5cda817d88ebcb1de6a3141a37096ff6725b50a97f5e0d 0.00 MB 13 829
115,013 115,013 000000000000d4dc3bd56b2ea5b8ce5c8ce7c37cff5cccb5611ff2b2499a5fa7 0.00 MB 4 3,880
115,012 115,012 000000000000334b331cc7d07022325e40317b9d6513a4f940dca9ee748913c8 0.00 MB 13 314
115,011 115,011 00000000000060aa5c7c983f2929f68954f28fcd491d4d7ce5ebe30ba1ddc3fd 0.00 MB 11 0
115,010 115,010 00000000000049004ddabfcc9229f0e56d8e0fe0525a7a19f1660cffab98302e 0.00 MB 11 0
115,009 115,009 000000000000514e5f627eb259f19ed962ed95c2eb2f1b1339f1b00d8ad547c2 0.00 MB 3 3,875
115,008 115,008 0000000000008cdc4893d84ec0a73e3f574c0b79345e795f5a5305aa2776a1a3 0.00 MB 4 4,249
115,007 115,007 000000000000ea50341c24626a151b1b6d27a352cf97d415b6e38d9b0e4a96c3 0.00 MB 4 2,271
115,006 115,006 00000000000001663dd13b327292ec8840b67d58ed1b31e42f21d075c4076000 0.00 MB 14 857
115,005 115,005 000000000000227cc14c0ee36b4f6eab528636d5ef2ff39795670225ca2b7b2f 0.00 MB 10 313
115,004 115,004 00000000000062f75bf35b46050cffaa4daa896656e757655ed5a9d9c3931aa2 0.00 MB 10 927
115,003 115,003 0000000000000f246cec2e9f71acc743db66da926a15cd31a2739612c64546dd 0.00 MB 10 0
115,002 115,002 000000000000c5e7fb216de3593318708b3372afb511f3824c4a9f7300a39529 0.00 MB 11 656
115,001 115,001 0000000000007f51a1c13814ecb9698f56b91b2599552d7c47ec1d5b7517ae81 0.01 MB 18 155
115,000 115,000 000000000000e58392f3b59350e72cdaa81655460a0bd5547319522702799993 0.00 MB 5 3,875
114,999 114,999 00000000000077bd10e83210feaebdafd89ade90d80f0bd219e28c550718c7fc 0.00 MB 13 815
114,998 114,998 00000000000013c69bc2ea800c7c424ee5fb660a778278fb4f8a1895b205ef14 0.00 MB 4 2,093
114,997 114,997 0000000000002f2a3cfac57bfac17b536da256fa78137b023597bbba52523229 0.00 MB 10 0
114,996 114,996 00000000000054a2c21ffb2363b1357f1472b2314bbdda0f06bf21ae2b4be085 0.00 MB 5 0
114,995 114,995 00000000000021eeb9a336d716aa593556af9fbaf5aa791ad42b9d512b5aba1d 0.00 MB 12 1,100
114,994 114,994 000000000000a5f1b02fbf66f80ff7aa410f57495b5bbff49d85db15d52ff323 0.01 MB 13 226
Previous 10 blocks ↓
Total Size: 768.92 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,603.75 GB sent, 92.38 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.