Memory Pool Memory Pool Refreshing

6,539 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,107 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (679,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,272 228,272 000000000000009d2e3adc9b1fc7e07d49a62c56ce2577f3cc2fb3fc8fb85c86 0.25 MB 386 109
228,271 228,271 000000000000003fedef05cfd87f43c8aa659048e603771f0340042829c0bf13 0.25 MB 664 250
228,270 228,270 000000000000011dc7eacca2c18ff2390103da40dce651f5194abfd34544c946 0.25 MB 293 95
228,269 228,269 000000000000002fd7ca83970e6248a3639af9d34166dda080b0c7c83d9ba21b 0.47 MB 708 150
228,268 228,268 00000000000001da79fdd3ca6730f466f4823edacf1d00c6ca3bf0f1e2413e06 0.50 MB 1,382 286
228,267 228,267 000000000000023bc9543c9b4368b330e721298a9050b2df109f71613fcba12b 0.09 MB 256 210
228,266 228,266 000000000000021c8ea416cd4c2faadd542e905b55d3e577e976776f3618dfb6 0.24 MB 251 81
228,265 228,265 000000000000002d01ceb1224d0aaa1feebebbdbbc1035e9fe2a87cf060699b8 0.47 MB 1,364 247
228,264 228,264 000000000000020ac70bbb8dad72073710a35d8fd0274f774f5efe1cde95b085 0.15 MB 193 50
228,263 228,263 000000000000027fea9027e4adbb46673d799a05fd9e470445f99696b6c9373c 0.03 MB 30 40
228,262 228,262 000000000000011f9d5173fee783fe265ebc7afc2ed30bc036c682bd19f628b8 0.21 MB 335 114
228,261 228,261 00000000000000ee258290a81e9e9a47db97ff1caf43f20a02f636aa047d7c16 0.45 MB 670 105
228,260 228,260 00000000000000c2fe42467f40452442217ae766d827252e8112a9dadfd7c3d2 0.25 MB 599 202
228,259 228,259 00000000000000247e1bb96b543b7ae872461f9410de784a0ba9fe6ab3eff1b7 0.25 MB 830 277
228,258 228,258 00000000000002271c79bcdeb1f111405d19122dcf1b9d126ab3b182a57a9e77 0.10 MB 312 47
228,257 228,257 000000000000009185be35bb78b275e1367756b688580749c80a3bf81de970ec 0.09 MB 256 2,112
228,256 228,256 0000000000000125c3c3112a4b52f792a236833f77759aff2c4352c2fc009c99 0.14 MB 231 71
228,255 228,255 0000000000000174731146beaced7e254f88b33a60a6ba9893428c87e823015c 0.24 MB 619 171
228,254 228,254 0000000000000053d72038e43302f95a9940243d1c0a7c26d34a328d1bb968ce 0.19 MB 421 142
228,253 228,253 00000000000000dfff1a8b4eb9109123769430a85fab9e5c6d9a826b7e32d70e 0.09 MB 156 113
228,252 228,252 00000000000002321530818380b58866426dc31fbd010d9f4d57f09f7c0f783a 0.36 MB 806 157
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.