Memory Pool Memory Pool Refreshing

5,318 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,068 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (589,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,329 318,329 00000000000000000bd4ba69378ace5a027880125edd2f0b17f370f183622d45 0.35 MB 713 27
318,328 318,328 00000000000000001522b9cebc76036fc796a0dca173fdaae34396306d423e3f 0.13 MB 254 33
318,327 318,327 0000000000000000111b4bd66a40e231b332723bc8b958c1a79686f84bee1408 0.08 MB 146 22
318,326 318,326 0000000000000000211efe07559a115072d6e3e76ddd857e43634cf239faacff 0.54 MB 969 26
318,325 318,325 0000000000000000051a9f0e80911769b468cdda8ac441499f91165df006b7b3 0.06 MB 117 29
318,324 318,324 00000000000000000ecbac57d6614e8bcad2bdd5268859a797c46d348e9a0d62 0.06 MB 131 20
318,323 318,323 0000000000000000248cb9b79bfc7f4f6b976940f68df6a87bef66097d7af037 0.03 MB 82 31
318,322 318,322 00000000000000000d5d58ee55915e6ab288a35c9b9ffe08c6999b6c62717b13 0.10 MB 174 28
318,321 318,321 00000000000000001cfb08336350b9d09eac62b1902ba90674d4b9f1f4766d6a 0.15 MB 303 28
318,320 318,320 000000000000000027a104c2dee6c5ba188aafa8465151ed52c03c1f7666df43 0.59 MB 1,061 28
318,319 318,319 00000000000000001cc9d68c8313370b68e83314f2366cc2f527fc8641c410cb 0.05 MB 88 26
318,318 318,318 00000000000000000c41f7d699908b4f39417752593844483ebd6178394304c6 0.03 MB 53 28
318,317 318,317 00000000000000000d986fc384fba561554df04cd54aa047f71b43c0ae16f398 0.48 MB 797 25
318,316 318,316 00000000000000001e6122f1aa47bba9839510e5c0e4d18ebc35f3a7b138790a 0.02 MB 64 53
318,315 318,315 0000000000000000012fa063d2859c3fa25383cc4eabf2030a8208790b8c8769 0.25 MB 347 24
318,314 318,314 000000000000000003361eda4f190e82f6ec11e024081403fe5086a69478fb18 0.10 MB 199 25
318,313 318,313 00000000000000002b1939440c00326b96d9d0ed97a070b1ff55b3f2f5e5e97d 0.10 MB 114 21
318,312 318,312 000000000000000002ad2086715d20b804a54bff034381d3125a915c488fd727 0.19 MB 252 21
318,311 318,311 0000000000000000040f71a47bd325951bb5fd02d0ed11f4dd28b51185c77f6a 0.01 MB 32 140
318,310 318,310 00000000000000001504e16b3a64c7a611cc68631900600e1193ed7bc513c1ee 0.05 MB 96 25
318,309 318,309 00000000000000000d590957c82c19ec9d7e06c03d72f3d0e17cb9860d57ad69 0.43 MB 923 29
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.