Memory Pool Memory Pool Refreshing

6,420 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,716 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (5,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,588 902,588 00000000000000000000c59392b3237324fe2325c072dfc1ed0426f37650b227 1.25 MB 353 2
902,587 902,587 00000000000000000001f4a6e031d5df6e0480eae1a2b54f13f5a05d3168e9d5 1.14 MB 997 2
902,586 902,586 000000000000000000005da7ea9c49e9863070e8362167f49dafcfdd63679de4 1.33 MB 1,924 4
902,585 902,585 00000000000000000001b3d2cc1252a1e7b5e2e9052ff71f9fa501e702a757ee 1.51 MB 3,024 5
902,584 902,584 00000000000000000002139a04626f83f9521703f2212610d39e5d206b75895e 1.57 MB 3,198 5
902,583 902,583 00000000000000000002190d58689f0d1dca7777a821a6244d34ddd977409d56 1.20 MB 1,311 3
902,582 902,582 00000000000000000001c64dd53f03df67c7b176de2b3450b17a79d1b35d828f 1.52 MB 2,940 5
902,581 902,581 0000000000000000000208cee27d8e34b0e0be971a0576f6257fcc8bfdbff42e 1.46 MB 2,424 4
902,580 902,580 0000000000000000000082ff951c6fe296a0cd2c574b0e17ec45734853c6e4cf 1.75 MB 730 2
902,579 902,579 000000000000000000017ddd4119fe6a42865641b91a5d172b29d370898eadc2 1.66 MB 2,975 5
902,578 902,578 00000000000000000000aa3570b3564aece96b9ce5107e303759e7cda2f7013d 1.13 MB 695 2
902,577 902,577 00000000000000000000a4917f676da6f88c2b6d192a66bacf358f7902a5d9a8 1.15 MB 705 2
902,576 902,576 00000000000000000000398ecc74a6eecc8d64f903f7138d42a5cd1b26adf93f 1.06 MB 466 2
902,575 902,575 00000000000000000001f322951d799c7591bc961de16844c8a9be7d7ce73455 1.10 MB 648 2
902,574 902,574 0000000000000000000120a1611b714971b1265c6b28dc163eb18de66eb08c9b 1.32 MB 1,584 3
902,573 902,573 00000000000000000001d6054ab405241681de95a7dee212181c0c2c215b18c8 1.36 MB 1,335 2
902,572 902,572 0000000000000000000137955acd9c05460bb93838829d0669c53634e89822a4 1.65 MB 3,325 5
902,571 902,571 000000000000000000012ce785929b61fa4bb8426310b1c1680da769cd52bbc3 1.52 MB 3,677 7
902,570 902,570 00000000000000000001a04ef70b32d37d5600cb31beabe546e0ce8d1631874e 1.70 MB 3,024 7
902,569 902,569 0000000000000000000029036886db0fc61c3b3b771f78133c575574e3b386f2 1.15 MB 418 2
902,568 902,568 00000000000000000001dc61acdff1c7d58f093281803bd8f50d518eaa841a53 1.58 MB 1,615 3
Previous 10 blocks ↓
Total Size: 769.22 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,634.67 GB sent, 94.04 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.