Memory Pool Memory Pool Refreshing

773 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,893 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 756 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,892 (165,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
742,289 742,289 00000000000000000001aaf1718d0d4903920416f3eca451e328fcc5d6ee4eb2 1.13 MB 769 9
742,288 742,288 000000000000000000013b86d7eeb7a401217536bc23e4190ac772bbeff054ff 1.32 MB 1,081 13
742,287 742,287 00000000000000000002157f873e04f15b86d98bb649b45a1d6d509703009c88 1.40 MB 2,357 11
742,286 742,286 000000000000000000082ee0051d3c0a465b0e4caa89a063fb2296e0312329b0 1.24 MB 596 4
742,285 742,285 000000000000000000030ab0977dbcaffd838fb5f569c3937c4da33e9b84206c 1.05 MB 360 2
742,284 742,284 00000000000000000008eaced77704d39a224a50ef91a2fbde47addd60afcd14 1.32 MB 1,920 9
742,283 742,283 0000000000000000000169ef58b59719a4f7927f1c9e9d98ee8e20b80d203136 1.11 MB 556 4
742,282 742,282 00000000000000000004edb15b9ee118c2eff675ca178f901e86849fd931ba9a 1.28 MB 1,480 9
742,281 742,281 00000000000000000005a67259c086ea8fa03820a6b361a8e48b5dc6135886ff 1.20 MB 1,351 9
742,280 742,280 0000000000000000000000f5fbf360acbc188ee6d6b8ad89e4b413d4d255c16d 1.36 MB 1,806 12
742,279 742,279 0000000000000000000913ba6ec754ae7325bf15da5ed9c74c9456d997a07060 1.15 MB 1,189 4
742,278 742,278 00000000000000000000ad8a055b4cb81052cdf958b22c34a2a7becba34a6674 1.37 MB 2,077 6
742,277 742,277 000000000000000000033b43f1e3d97ece23214b884b5875297ea0a5859b486d 1.40 MB 2,191 13
742,276 742,276 00000000000000000005fcf2ca78d2baac74aa299bfa3280d0c3524eb1e7e698 1.46 MB 2,292 19
742,275 742,275 00000000000000000007fd0cc224c279df9f4411390393b2127722a260311ab1 1.49 MB 3,179 27
742,274 742,274 000000000000000000066f8b82a9333ad4e14706555d52ea318355882142d639 1.08 MB 664 4
742,273 742,273 00000000000000000005adb180900771bbed9fcc0d53100ba75b48533dcf6be2 1.27 MB 1,680 8
742,272 742,272 000000000000000000019db42b1825a073049f96d7c46941f7a08ba7eb2509f0 1.06 MB 179 2
742,271 742,271 000000000000000000004afc946aee1ddf2604830c8e1b00daac95a8e2b23c8b 1.09 MB 93 1
742,270 742,270 00000000000000000003edc85bcb5de85bb7cc5f9332e8bd1d291b6b171c4881 1.26 MB 933 5
742,269 742,269 00000000000000000003dc60b6c3894597141831ef3dabbf22ceb5bece3422c7 1.20 MB 1,220 7
Previous 10 blocks ↓
Total Size: 769.34 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,643.36 GB sent, 94.66 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.