Memory Pool Memory Pool Refreshing

2,971 transactions
19.52 vMB
Show Random Selection Loading Transactions
Max Size: 79/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
908,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,686 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (804,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,138 104,138 000000000002cbdacda8b4e646f6fe64ce0e0d5fc71d38553ea0f8e1b312518d 0.00 MB 3 0
104,137 104,137 0000000000028a43622530f8f486cb6eb12f8e9be6b137c7a44fb9582c1409a2 0.00 MB 1 0
104,136 104,136 000000000001c3f712802824734d42438235fac2930c0a0b18d32b6c3653a90d 0.00 MB 1 0
104,135 104,135 000000000003666a47ce97e47c1c801377f9b20283060932d1ca7305b6285341 0.00 MB 1 0
104,134 104,134 000000000002947d5dac1be9f5bfa287514211789aefda4afcc7801fe07f12e7 0.00 MB 3 0
104,133 104,133 0000000000028500617cb3c62a8273f094058ec359feaec89c2a08910ea79bb8 0.00 MB 1 0
104,132 104,132 000000000000b12ed2c3f7665d00e09c05b0cae776c7a5babedbe28c6f9b7fa4 0.00 MB 1 0
104,131 104,131 0000000000009a2ce8bb7784b11bc5e615b1d6b38aae2c64a681537a7e14d1d5 0.00 MB 2 0
104,130 104,130 0000000000031ccc20d72855ec87d0f4e5924dbb2725807a6910a53aad23bdba 0.00 MB 4 0
104,129 104,129 00000000000161ce6bfab2b003914c0de865840db241b6ea4033b39edfb75615 0.00 MB 1 0
104,128 104,128 0000000000014c24d988b1df4c34efb5ac252f30fd687e9de584d8e911b2e392 0.00 MB 6 0
104,127 104,127 0000000000020bb990f79072a339ea27b5b58db72bf24a0219bd27f0e7bf4f81 0.00 MB 7 0
104,126 104,126 000000000001332aec0f68a557da35310bf02945fad52b0b4e6cd0e46bdfc3a3 0.00 MB 2 0
104,125 104,125 000000000001f485fff78bab34d5d962629221aa4aa2632024b2d1180ef5d105 0.00 MB 2 0
104,124 104,124 000000000002fb2695f443cb0113d4ab0cb48c4d24e12c6ee57a0340bd980f38 0.00 MB 1 0
104,123 104,123 000000000000b2f2dba11479419e1376f779123d341127bbc3ae959a36560018 0.00 MB 1 0
104,122 104,122 000000000000905418113694ef31110bae2f171f8fbe642df5777ba2c42e0233 0.00 MB 1 0
104,121 104,121 000000000001891791cf40bcda6d516cecb73d04b1fbc21edc98c18c24f55d21 0.00 MB 6 0
104,120 104,120 0000000000009d481b6d952bd3816423c226b80f16b8bc164fc4545be0937d1b 0.00 MB 12 0
104,119 104,119 000000000003253ab504ae16901b8ee335d96b8ae14156c8f173843564da0c18 0.01 MB 25 0
104,118 104,118 00000000000342dd6cebb63019f8a38ff0a83f1c1dcb9d8fbfcaf21eb4c960c8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.26 GB sent, 98.66 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.