Memory Pool Memory Pool Refreshing

4,562 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
907,925 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,466 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,924 (742,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,498 165,498 00000000000000df1cb8d0cb20573517bb3e3fd3db2b3ef1b3a56a755c0060b5 0.05 MB 114 212
165,497 165,497 000000000000096b8bf330b67a505d99e16b7cd3a1c234902cf65aa51fd0e5f2 0.04 MB 109 158
165,496 165,496 00000000000008949dc5058a02c771b8a7cab0287091d36bb0accf9cdc9a6158 0.00 MB 14 27
165,495 165,495 0000000000000431880e440a7cb04d927ef6a68f027eb6c0e9df6b311222916f 0.03 MB 94 101
165,494 165,494 0000000000000943faaa8cf8957ab28ebc49b28dbf606bbb3aee6a7c5fdb4eb2 0.01 MB 24 151
165,493 165,493 0000000000000baa853647c5e5496fc42a33369e3387f8c243dd7909c25b75b8 0.03 MB 66 169
165,492 165,492 00000000000003215272f532ad31acaad1b9545408cb871eca7010a7a1becbec 0.05 MB 116 143
165,491 165,491 00000000000004d06471bcda5d3e73a15b0b33682fb54baf8605455e4f76e928 0.02 MB 61 246
165,490 165,490 000000000000031369210bacf3781ebfeca4a46da872e0b4b95afc22845dff47 0.01 MB 14 622
165,489 165,489 00000000000009bf4121e522197d1c9045b01622ff9fa92eefc2d8fd63da2e66 0.03 MB 20 162
165,488 165,488 0000000000000b19ae573e8541108d98baf0c14ffe54a87066102ed557babd7e 0.01 MB 18 145
165,487 165,487 0000000000000198eba802a4d8498dd4191d5ee052105fda9cd67f38b7511fda 0.02 MB 62 8
165,486 165,486 00000000000000e966d5e46e7107b8d01dfbdfc67ac142e6366d061b172cc926 0.02 MB 45 292
165,485 165,485 0000000000000a6a63cef40d48e30a7890a75a0588e7360ff0f3b56b7d7c98c1 0.00 MB 13 50
165,484 165,484 0000000000000352e6e2242a6de5a44aa8467584ac6f10f493c366e61396885e 0.03 MB 57 45
165,483 165,483 0000000000000afdaee500b4c4c6e4a5a7604f3a98d697914b9775c59ec1cf12 0.01 MB 9 29
165,482 165,482 00000000000006dc8b58a1cd38b75ac7be7e4b407c1bfa33e61244f964ea44bd 0.08 MB 20 80
165,481 165,481 0000000000000561cf6573e7a7f42ebc20587450cdf8277d9b6c3fe704bca1db 0.03 MB 38 93
165,480 165,480 0000000000000265e7e8749a4a0449942d8b8bdeb46b97282b25b65ee093a5f1 0.00 MB 12 125
165,479 165,479 0000000000000a3d5e93acbc507bf433406f655cc5ae7a83daec55ca76d9f18d 0.00 MB 10 79
165,478 165,478 0000000000000865523c09efb80093acd4969cae3b94f8e8fda2040ab3435435 0.02 MB 70 19
Previous 10 blocks ↓
Total Size: 769.40 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,644.73 GB sent, 94.97 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.