Memory Pool Memory Pool Refreshing

1,629 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,447 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,625 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (857,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,615 50,615 00000000019b8f61b53b93bac63ac4f2442e4575312de53017799f9c4a5eef88 0.00 MB 1 0
50,614 50,614 00000000120553a9d0152fea0f5642ce275620a71fd556e2ec48b642cdba1433 0.00 MB 2 0
50,613 50,613 000000001365fc302262158408a5d76c58e32244380f64922cc766e3d122b4e1 0.00 MB 1 0
50,612 50,612 0000000013299718aa5aaaa8c7b61c920874ceaac4cd2474078344f93625356b 0.00 MB 1 0
50,611 50,611 000000000e8a201a02a517e2782b061e8ae8cd82af5622d42ebe891f253e439c 0.00 MB 1 0
50,610 50,610 000000001fe3868f4cf7e972a8481d63eb585321f270039ba7dc07c35b6a8850 0.00 MB 1 0
50,609 50,609 000000001259a3e971f27266a8448ab77bee082660409bf579138b4a197e8de0 0.00 MB 1 0
50,608 50,608 000000001365a02e6afcd80865d7edf899735855c8c8670b6768720d5224dd12 0.00 MB 1 0
50,607 50,607 000000000e17390a6058d306758c16bd0e3a9195b98ed38dc662039b50150799 0.00 MB 1 0
50,606 50,606 0000000017baf5fc170b62e038cf04923fce126faf23f9f275af613c4af0a616 0.00 MB 1 0
50,605 50,605 000000001f6dffdf4f00920e6fbba8c95431bbe771c7d525ef35258afd55289f 0.00 MB 1 0
50,604 50,604 00000000206fd31465cb6aadacfce11eb560e0c9c3cc6889b03accc99cbe3c2a 0.00 MB 1 0
50,603 50,603 0000000014a09d302697d980945e75ae9e358c40a9640d7314ca456c2d580221 0.00 MB 1 0
50,602 50,602 000000000e90ad9a612e28e420ddd7e1564edc11461f4e65ee66ceb77c6cff14 0.00 MB 1 0
50,601 50,601 000000001856b614b2fbbc7093ffa4d33513497dd0f623b944aa911182f3d821 0.00 MB 1 0
50,600 50,600 0000000018f546e92141f996976ad528962959803dcbac1673d596c3c8fa3851 0.00 MB 1 0
50,599 50,599 00000000039de2ea16984712f7c9baadf4a7ce21d4e040403434467f4c024ae3 0.00 MB 1 0
50,598 50,598 0000000006b3258d2aab6f6ce0f8b32824f93333f1c18f764fcf2d99c8aab548 0.00 MB 1 0
50,597 50,597 00000000092e65d8d4ae89378c45363ca46b807ac95496f2d35b34f72836a448 0.00 MB 1 0
50,596 50,596 000000001a5b4915755efb065dbaf29cde59bbcd6d48d5526f901de5efb85fa6 0.00 MB 1 0
50,595 50,595 000000001aa18638eb7f17728401227383c662d5f6370c723d8f7a4fa04ea4cb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.