Memory Pool Memory Pool Refreshing

9,969 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,722 (71,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
836,458 836,458 000000000000000000019c73993e9f04a90a288b592ebfb6b0419fb5f4138418 1.65 MB 761 10
836,457 836,457 0000000000000000000177f5c9e2ebf9ca20c2f36ddbcdec41007263663ac1ce 2.34 MB 2,009 14
836,456 836,456 000000000000000000022b962c0d109f04a3b6bd694c86e5fb7698ced1f8e857 2.41 MB 1,644 12
836,455 836,455 000000000000000000026ddfce4f3686be94ffd8f3ba368010a7a0a239f26de4 1.82 MB 2,542 16
836,454 836,454 00000000000000000001340baf0fbdcd0fbf448b8d82d9ae376cb7c1c5798018 1.63 MB 2,794 28
836,453 836,453 0000000000000000000111b5971b2d14f61aee973b5f777cf9277aba0e8e8f2b 2.45 MB 1,783 16
836,452 836,452 0000000000000000000109b1611c54e7942ee6266e351ddeee591f7ab8be31e2 2.37 MB 1,813 18
836,451 836,451 00000000000000000003278fb124e1c57e06d90a4bebb6f6fd6b7879c3145bff 3.30 MB 1,094 15
836,450 836,450 00000000000000000002ccdebc1b9d5fcf0396da55c9d5105ebf2ebf979666dc 2.48 MB 1,867 19
836,449 836,449 00000000000000000002129c6e92f962c42a4c8e06ab60650c28950603c57437 2.62 MB 1,817 22
836,448 836,448 00000000000000000000894d11c777c17332ff849c08ec26a00a0ab0befde177 3.01 MB 1,035 17
836,447 836,447 00000000000000000002743e03d601f4165747ba57cd0b991cf384047de22f79 2.15 MB 2,173 23
836,446 836,446 00000000000000000003527d31ab7f77095d882591a45b03c094dabc7143d563 1.56 MB 2,907 30
836,445 836,445 00000000000000000000b294b64bebe3e524b02e7c6f06577abb8daf33658b99 3.28 MB 883 19
836,444 836,444 00000000000000000001c5443260e34936a72abb3a515021d92d5efcaee46fb4 3.09 MB 1,176 19
836,443 836,443 0000000000000000000285cd65b8d54e6e017bcbefe929bce85ff52c3a2924be 1.74 MB 2,848 27
836,442 836,442 000000000000000000010049b0855b7609c3e87ea50c2330bf549deb0ace0969 3.51 MB 784 18
836,441 836,441 000000000000000000007b751206347d35b5a00f2699501e043ef95ea5a0cfd6 2.59 MB 1,737 22
836,440 836,440 000000000000000000026e331a853c02689e782fd93eabf881d6ebfe86c969f6 2.46 MB 1,904 22
836,439 836,439 00000000000000000002232fbe310cd5540544a137bf9a77b45382fe52ae779f 3.72 MB 389 18
836,438 836,438 00000000000000000001d13a84de96eee3463c4b5f164477dfacd31d4d7f7ad5 3.33 MB 1,002 21
Previous 10 blocks ↓
Total Size: 769.02 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,624.77 GB sent, 93.00 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.