Memory Pool Memory Pool Refreshing

4,138 transactions
1.86 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
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,995 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,994 (799,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,781 108,781 0000000000016e0f446b3d9fa8f10eddf656d014a978a26636f0593ccb7d10e2 0.00 MB 11 0
108,780 108,780 000000000002652e1740f68eda7490ad88c9a49820a2097e913507a3e9607558 0.00 MB 9 0
108,779 108,779 0000000000024ebea90b3a8c8cc9daac6f841826fa1389952da5f3a1ff4e97df 0.00 MB 12 0
108,778 108,778 000000000000485c8d6efd8cf9c654345b9bdf06ebe34e4fb791e5fc101aae8f 0.00 MB 12 0
108,777 108,777 0000000000020a25af6068d9bd0850aac77879dd142afd330c57bb9d8687ae78 0.00 MB 4 0
108,776 108,776 00000000000245ecfa1cac094c311b2c661b49995ac9df7dbde3f3508550e1a5 0.00 MB 9 0
108,775 108,775 000000000000a1d8489ef6d7af235f4de6c45e27944e9bf005c990fc4d5b3d59 0.00 MB 2 0
108,774 108,774 0000000000009fad1cd015513bb7fb900f6285c6a0100f4aba046ca42165cdbc 0.00 MB 5 0
108,773 108,773 000000000000bfd68cacec6037fea7bdaaaeaccdd6bd8593c3e1dfdf22dbbef9 0.00 MB 11 0
108,772 108,772 00000000000072fea808319147a01735de3220264b8b6cca51f32c148b8a5383 0.00 MB 3 0
108,771 108,771 000000000000f2e9142e80ba9a59d32fd9b7520f67a569fe312bab94fbe7abeb 0.00 MB 5 0
108,770 108,770 00000000000119e624d232a232d1316ae5ff460fc82fd282441c8bcbd6a20f01 0.01 MB 41 0
108,769 108,769 000000000001e59c7d4718fe0b613c95480a4056776c781ae49925b26a4bd0fc 0.00 MB 4 0
108,768 108,768 0000000000004b23ffcc7390a1a8e3d8bfc10c136b5f2ced6deac79e5b3052d5 0.00 MB 6 0
108,767 108,767 0000000000003f59db17afd5763dbf63a8dbdd74a39c2e3f680ef72d0f6b2baa 0.00 MB 6 0
108,766 108,766 00000000000198f963bf239443eac102f12d3441355a325151dcd7601a72093d 0.00 MB 8 0
108,765 108,765 0000000000013fcb6671ff9c4e8b873cafef7f240c1b28d4892e8c69c65d3eff 0.01 MB 5 0
108,764 108,764 00000000000255787244410daae5deb99c71f5eb30ea7067226a68603776d13e 0.00 MB 9 0
108,763 108,763 0000000000005de51cfd670a9d9c3829f682404a3f68a9f9e2cc3a1d7f8c3bcf 0.00 MB 12 0
108,762 108,762 000000000001aeb7a8b5729fa97d22ad2fd03423b87c13e1e96101bc50804afb 0.00 MB 12 0
108,761 108,761 0000000000016b6bc44be628666bd2fcde2d9bfeba900c294927f9e34784d372 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.54 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,648.20 GB sent, 95.63 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.