Memory Pool Memory Pool Refreshing

8,940 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,827 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (792,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,479 115,479 0000000000008266158e08450e4793905dcedf0070783a2119b7532900b4df3a 0.00 MB 7 1,088
115,478 115,478 0000000000006d36d04a09cda80e063c252d5f48e8039c90c994f2923e7ca985 0.00 MB 5 404
115,477 115,477 0000000000001c0d374cfe2fd5957e46a6f3fd43234ba4002f73c21f6dc720d1 0.00 MB 5 0
115,476 115,476 0000000000001ef155a7085b2eb46cfc80ed683fd3c98d7e0b6e2ac37668b260 0.00 MB 5 456
115,475 115,475 0000000000009a208a63ea50c71069f22333fefda871dcf61a02a3353f8c6760 0.00 MB 1 0
115,474 115,474 000000000000a4ec2f5b98df336635b3b9fb84387725ad148b69db506691d336 0.00 MB 3 0
115,473 115,473 000000000000180af565d06efee69e0176db32f5f33de785141a15f3315ebd2d 0.01 MB 29 967
115,472 115,472 0000000000003209bf0adbfdc5bad541b9574e00a59504a6f6fe1dfc8f6558ca 0.00 MB 10 812
115,471 115,471 00000000000052cdfad0246047577e4f7f744b4eada84a399a986744ae5f7fef 0.00 MB 13 1,521
115,470 115,470 00000000000026b87e9e68b9c0a8327879065214baf9606e2ac45623222db82d 0.00 MB 9 328
115,469 115,469 000000000000a694c008c0e536e95c203be3e1a499a97cd456402fb3e7ef6bc3 0.00 MB 7 634
115,468 115,468 000000000000c407812586b5f13f43a3c7736ba89533aae2d7fc0ad47cd4c92b 0.01 MB 16 1,777
115,467 115,467 0000000000003bb8c5472a612a9014449fd13c342a4a059aa8f4a0d26c401209 0.00 MB 9 657
115,466 115,466 000000000000bae9c62dfd904bbcd8cdeb96b174362ea3f0ced9ac992708afc2 0.00 MB 1 0
115,465 115,465 000000000000c72acada445ecb81aa3d5e016d63c6be2b092543a760e3a022de 0.03 MB 103 0
115,464 115,464 0000000000008ec9fb7cf1f45831fe5ef2e71df17d96da99f65747b0044d4202 0.01 MB 13 460
115,463 115,463 0000000000001e1ad99dd421cf5a605145350c1a25f990134b52198813389d13 0.01 MB 10 639
115,462 115,462 000000000000e522fedd912cd3453e6e67af119a23eb4fb2e1201578e50b1a19 0.01 MB 31 1,831
115,461 115,461 000000000000a52ba11658ea8c86b7f92a537d71cd583a5743830e4ae82855b2 0.00 MB 4 0
115,460 115,460 000000000000b316204556c7d7417527ff7eb83910f8e55dba21181d794bef5a 0.00 MB 14 812
115,459 115,459 000000000000bb5bc11e17cc01046e07775194d8d0c70e8c7d8b4cc601d29371 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.