Memory Pool Memory Pool Refreshing

4,818 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,649 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,185 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,648 (842,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,594 66,594 0000000002fa394ba061a5a71f3c5d185c2db69fa7214a46aaad6262dac67f8c 0.00 MB 1 0
66,593 66,593 00000000022c366291a41a75aab7a260181591c4e5d8e4f113effe355c75c83a 0.00 MB 2 0
66,592 66,592 00000000054f9c31da7bf55d7c40d10fea16768e91a3bc9697fd6739a2624d7c 0.00 MB 1 0
66,591 66,591 000000000492bf9e7fe73493d40309aa9f3a0c173547cada66643002237cb1d9 0.00 MB 1 0
66,590 66,590 0000000002b830fd9f9034f128957f32d43e54a023e35bce017fb374df72faa0 0.00 MB 1 0
66,589 66,589 0000000002c55dcd563fdaf7833d21f1576953cbc2116eecdd7450e03ae36930 0.00 MB 3 0
66,588 66,588 00000000027414b38b31cf33ae7f4e5cdff432096bb5ef1cc4c59c6518b39f18 0.00 MB 5 0
66,587 66,587 00000000040463de27cf1c29fa47570d0003c4edd7256950e0c414ed3b0165d1 0.00 MB 1 0
66,586 66,586 00000000029f49c082faa7da21ef01ca0d4d5671eaace40fc45f39778a7adda7 0.00 MB 1 0
66,585 66,585 00000000000d2540f4a6eb299d034843a88ce2e55733cd81b2d3e9d440fd4927 0.00 MB 2 0
66,584 66,584 000000000595cc41a7c7a8314fa204b6c42edbd9793092d71b2e467f07a954f8 0.00 MB 1 0
66,583 66,583 000000000124ff86610f8b616fd5a099232bddf6741325b0d761f924271a58c1 0.00 MB 1 0
66,582 66,582 000000000173d00157ce7c508017e8a93157db21363b5928ce30e478587163e6 0.00 MB 2 0
66,581 66,581 00000000014fc0ca97b413160121829f65a57eeebda0a020df2776257e437de5 0.00 MB 1 0
66,580 66,580 0000000004ded7c541546ba26452dcf6b91bb0e72d2a8f9b98397e9b26f184d9 0.00 MB 2 0
66,579 66,579 00000000042aab207911c1996bec2adef3f11700ac7a8c50ee705f751c110509 0.00 MB 4 0
66,578 66,578 00000000040e23235207262daeaf46c31fed19e6d2ebc4232b2d2154c0a98bbe 0.00 MB 1 0
66,577 66,577 00000000012ed6cc21291f73577cb62843370747704b4cf48f95e869bc5697e7 0.00 MB 5 0
66,576 66,576 00000000033353db8ed16beafd093eb83bac94bb9153394eb1c08ee29087170b 0.00 MB 2 0
66,575 66,575 0000000000a4262250cb1501fdf9ca9e02dda519c7c8a56d139e6ceb8ba1313d 0.00 MB 2 0
66,574 66,574 0000000000792da4d4b28210d861c55d18afb62ff46b295fe8e872b9cc8847d5 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.43 GB sent, 101.44 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.