Memory Pool Memory Pool Refreshing

2,306 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,283 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (829,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,709 78,709 0000000000326a4d8f10227974842a7dc6f603f1b58f7fb0857649bbae6aed03 0.00 MB 1 0
78,708 78,708 00000000005695a1916468921d47ef335abaf5dafc8fa87fe83a4ab695a84a75 0.00 MB 1 0
78,707 78,707 0000000000030672e8d55b817ed02345539e8f80574faed7d8d3585c1d9fb51e 0.00 MB 3 0
78,706 78,706 000000000024f454a5cfac6d7977e56ad30e6c81b23c81568b1752a4494e8ed4 0.00 MB 5 0
78,705 78,705 000000000028dd95a6e2793c585ddc9e0ecf793adb41ff52d550c731d71994f6 0.00 MB 1 0
78,704 78,704 00000000003e8570a9073cac2b9431839dc8419a12b5a7ab5803052d69d08e11 0.00 MB 4 0
78,703 78,703 0000000000382b4a22d2ab2ca4e482ce775e14daab17444cb81c40aa3cf34220 0.00 MB 3 0
78,702 78,702 0000000000137d96a63fa2f81d12b618974534c3e96cf498f368ed5242cc7573 0.00 MB 1 0
78,701 78,701 0000000000266ff3154de74aa3e683611242f6256f3d6dc17e952960ae573c9e 0.00 MB 1 0
78,700 78,700 000000000007cb741e9cc3f43dd53c1cf287bf2e73e3c08ecd1c995f3455f5bd 0.00 MB 2 0
78,699 78,699 00000000001dfe09a7dbe75a343bb338334b217267160ea7a4eb146c6e47ee93 0.00 MB 1 0
78,698 78,698 0000000000162aaf1bd01e4a14aa33e32e5408d157e0c465779c4d1745464eac 0.01 MB 4 0
78,697 78,697 0000000000472b722736562ae75f3629e68d9431c669abd55aaf35d99f34af34 0.00 MB 2 0
78,696 78,696 000000000032ce5bac725b1a0dd2288fb3d18ecc61211a3effe693f0c669e267 0.00 MB 2 0
78,695 78,695 000000000018cfb5404b56c1c05ff1eee46bb747f7c677cdb1e089b071c24ce0 0.00 MB 6 0
78,694 78,694 0000000000172b05612a3176238f5ebba97df9cd8544b8568a3a768c583340a6 0.00 MB 2 0
78,693 78,693 000000000019308ad2d919af6c52584e85b2c82e17293ec88190f48ffec77d2f 0.00 MB 1 0
78,692 78,692 00000000001f5d263f7f5fcc65db69ed98bf203c0b2c8907c0f4d4e646713f51 0.00 MB 1 0
78,691 78,691 00000000003aaf94758b27aa615d09e3e75d247d7ccbf2aeb8fd7902119309ab 0.00 MB 1 0
78,690 78,690 00000000004908b23dd4090578b8ca61c4a0f5f53fbf852ca3e9322dc1a28fbb 0.00 MB 4 0
78,689 78,689 00000000004d809cfad25f1e9c1aa669de31ea80d36fb55b62427bfb9d25a439 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.81 GB sent, 101.29 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.