Memory Pool Memory Pool Refreshing

6,091 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,755 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (859,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,024 48,024 000000000e227aea1e751a1afafb9fc27a1333a44ecd4484e9eb3929a0ba8691 0.00 MB 1 0
48,023 48,023 0000000034ab9643dfa65fe990c0eecb667a8f4812d48ced84301b58a0221a35 0.00 MB 1 0
48,022 48,022 0000000020aab053b18758e6238f173947912152024851d0b47869ae6eff4060 0.00 MB 1 0
48,021 48,021 000000002ff6ada34b918a42b0e62ea282d8b6fd9e1b9ee5bf3725a98097f382 0.00 MB 1 0
48,020 48,020 000000001f9126f96c73ad080f3371ba7fb7a69104d2877e874b49f403efb5cd 0.00 MB 1 0
48,019 48,019 0000000037b2918f8b6ae8dd31dc059a20b0b457fe91effdf96c7c5f58b2a809 0.00 MB 1 0
48,018 48,018 0000000023c3b0743f74674b6dad1f8a497fb5b2c23d0c4d6618a0c2d308d363 0.00 MB 1 0
48,017 48,017 000000001f1a2fa917ee54878ea655be4db665545b4b65165761bb0dd211f19d 0.00 MB 1 0
48,016 48,016 000000001a7bb1202b97b38dd3cf89dd7dd5828c55aeddfb72e0212f8ad3a911 0.00 MB 1 0
48,015 48,015 000000000b513ee09a71d52fdadf6901503eb363f75f4c282be931376f4c7a93 0.00 MB 1 0
48,014 48,014 000000002f97323d7fbe941df17c3866bd4b636d7ef9a2ce76cc3dcaa7744e48 0.00 MB 2 0
48,013 48,013 000000001c034da20a28527fcfebcf767eb144a23a49b35b260018f38b726de1 0.00 MB 1 0
48,012 48,012 000000000add94b7396c2486bc09b155c563aebdbb3e072cd8df9758e000ca8d 0.00 MB 1 0
48,011 48,011 0000000014fe0372ea7521b3be20564466c2c58979d1552d3e6fbe80c7434732 0.00 MB 1 0
48,010 48,010 00000000118895f804a23a806c8e66f71d6cff6b8c1626512b19e6eac5e4121f 0.00 MB 1 0
48,009 48,009 000000002475a923084ddeadea3c8ed16bc86d5d0e8eda9b7f02de84663742d4 0.00 MB 1 0
48,008 48,008 000000000d8c74d4146cb263f2fb6a2471130f4252beb0fe6698a39b69fa079c 0.00 MB 1 0
48,007 48,007 00000000044b5206635423e1fc65e737f3661493412c4167990c7136fbaadff1 0.00 MB 1 0
48,006 48,006 00000000143103d600619e360b0f822bfbc583d6db3588da8fce0c008b9aa4ea 0.00 MB 1 0
48,005 48,005 00000000211651926890e8b0e883323e9855344d86b72df6fab4f3c1bdb4d89f 0.00 MB 3 0
48,004 48,004 000000000658b2186c1b358d5d0350bd9c31389cb7f6e79dcffc69cd8dbf8f94 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.13 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,631.79 GB sent, 93.57 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.