Memory Pool Memory Pool Refreshing

1,204 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,764 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,195 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,763 (51,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
856,523 856,523 000000000000000000011e6eb402cb468d1cab1e56da41fdf9921f9557c6913c 1.96 MB 1,767 4
856,522 856,522 000000000000000000031a281a52139395412fedf52f77bc7e8a17a46a323330 1.61 MB 3,057 6
856,521 856,521 000000000000000000023e50d7313ab05ba1ae4ae95a058921587442825ceb3b 1.51 MB 1,486 4
856,520 856,520 00000000000000000002db77084f4871bc8a8154f399d6da92bc3ab1a146391c 1.68 MB 2,764 9
856,519 856,519 00000000000000000002574230f4c7e9232fc6b95f87b647d5a8d7f3590c3cfb 1.50 MB 1,230 3
856,518 856,518 00000000000000000000de757f1305ddebc687ad4ca43e2c23b959a70e1e1845 1.77 MB 2,368 4
856,517 856,517 000000000000000000012ab8d7bd852d127522f2d7e34c41108cb9d0b82469fa 1.59 MB 3,649 8
856,516 856,516 00000000000000000000386f0a7af1e405e741b88bc1cfee64d1ca83261d32b1 1.50 MB 2,233 10
856,515 856,515 00000000000000000001fcfc2ffd8243c1bfc2d1c37081bd2ff7cc987b99d022 1.52 MB 2,231 3
856,514 856,514 00000000000000000000e8e900d86c64f8eebd05fa9e156ee453cb571797c6eb 1.59 MB 2,826 7
856,513 856,513 00000000000000000002262807aa3b2bfecd8830e3d55325de15012e2168b3dd 1.84 MB 227 2
856,512 856,512 00000000000000000000c9ad7c40f43c3158b3e56041118e3694359ba2fca865 1.66 MB 2,608 5
856,511 856,511 0000000000000000000118383a13336f04f10886e08fe017ecde3afd29509be4 2.60 MB 1,127 3
856,510 856,510 00000000000000000000ba3b2cc1569fd912056ac24a0718eb09ee0807f2cc0c 1.66 MB 2,540 8
856,509 856,509 0000000000000000000075d3c88ca4c54b367cf1465d7c11bd4c4c7801fb7e97 1.83 MB 351 3
856,508 856,508 0000000000000000000299190b17517331954052e9ec21c102dfcae278822352 2.03 MB 1,620 3
856,507 856,507 00000000000000000002253937886116ae75b3f5a33fd8295897fe43f328f657 2.54 MB 2,181 4
856,506 856,506 0000000000000000000117891de118e538dbe618b8940d5145d90c2cd9a549cc 1.45 MB 2,538 7
856,505 856,505 00000000000000000001df70ba979fed036ac6dacb1ddf195c9e999a7f611c55 1.52 MB 2,952 10
856,504 856,504 00000000000000000002b0a9d607482adbef131d195d0b124312db6c2e434c49 2.34 MB 1,678 6
856,503 856,503 00000000000000000000e40139e2cdfdfee15db4c2de3d0c3773dc9ca29f268a 2.62 MB 1,633 3
Previous 10 blocks ↓
Total Size: 769.10 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.77 GB sent, 93.39 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.