Memory Pool Memory Pool Refreshing

3,050 transactions
1.82 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,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,053 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (796,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,720 111,720 00000000000052d5ad0c5204aaea8c0d2608ba9fa6ab204c3a59a37f61456ff4 0.00 MB 12 0
111,719 111,719 000000000000c9fd56b3078600b7921b29fed956919aca9db225bde31ea0e984 0.00 MB 12 0
111,718 111,718 0000000000010fbdaa3aae13aae3361b699e348cdf56066cdd1bd028f83d92f1 0.00 MB 13 0
111,717 111,717 000000000000eb270089722470ae492f5d7df0d159e2a0985da8439b077673ec 0.01 MB 23 0
111,716 111,716 000000000000d377120833cb118bfbeacb6fc5973d6896d243116b3be8a81593 0.00 MB 2 0
111,715 111,715 0000000000004e7baf6d8c84aa92b0408b279ecb93989c6d913b24b807e32c55 0.00 MB 5 11
111,714 111,714 000000000000d23730b5edb4d3ebb300d63b11d0e58f71c45b2ab3ae2a734e36 0.00 MB 3 0
111,713 111,713 000000000000dbaccbbb6490ad03eaeb61c5700af1ddca787472128bd6479a3e 0.00 MB 6 0
111,712 111,712 0000000000009adcf43e595cc6d425e395ffa8a5582110ac9dd0c008ace989a5 0.00 MB 5 0
111,711 111,711 000000000000e17c31260535800984d841472528733613fc3f32e796f2316c44 0.00 MB 6 0
111,710 111,710 000000000000c81c139ca6d2d6cdb672d77d23a82251825ed250371f86d1d260 0.00 MB 13 0
111,709 111,709 00000000000112f32b810f7239fb29d557ec31360cf4622411b03211a073da3e 0.00 MB 14 0
111,708 111,708 0000000000008de79721934bfd89e97935b199fc2e38dd0890291fe39f380337 0.00 MB 7 3
111,707 111,707 00000000000091ab1d032cebaae831390d31634d9736e20cf34d4086b591e174 0.01 MB 21 0
111,706 111,706 0000000000007eb5eb9c128b768b2540e98d3be037fc13b304215b1a98116864 0.00 MB 9 0
111,705 111,705 0000000000008943cc76c0f05dd33f9e2888ea1e2f28ce26ff5224f2aa23cac0 0.00 MB 9 0
111,704 111,704 000000000000d0b2734e2a2602eee3fd2306150b3304b21cdc75324741788343 0.00 MB 9 0
111,703 111,703 00000000000023cfd837b5cc06d6e8b65d826d1ec52f3964c450c99e1d80d5fe 0.00 MB 13 0
111,702 111,702 0000000000002993a5247b3be5c20156b31f5ba4e79462ff0d9848809aedc88e 0.00 MB 11 2
111,701 111,701 000000000000b5533053abcf62d1d3d79e7e13fba840bd6d697290bd7fe15b28 0.00 MB 13 0
111,700 111,700 0000000000007c2247a85a2bb7f65b5d4834c0df0d0907d9e4dd11eb098af3a3 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.13 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,631.80 GB sent, 93.57 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.