Memory Pool Memory Pool Refreshing

1,871 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.59 vMB 1,862 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (680,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,432 227,432 0000000000000021d2624ff2d25d90de03bca81480ece549123f0f1cb25f1fbf 0.13 MB 238 149
227,431 227,431 00000000000002c06ecaeb688bf53d85faf5b22ac3af39d2fc0fdd467621c880 0.24 MB 485 186
227,430 227,430 00000000000001a127518ac040c1112c7f7862abefe09e7bdd28b3c690c5b6e7 0.09 MB 256 487
227,429 227,429 000000000000005516a926c01fa9eaa34b530da282d3036116494a725930b2b6 0.22 MB 580 248
227,428 227,428 0000000000000256ded5ab09369238bc35614f7380d6d55b24c8f79d17b15537 0.16 MB 543 2,418
227,427 227,427 00000000000001b5a63f660a4ed59b9fe88baa83e45b43a51f1e52d12e4ce48a 0.15 MB 228 44
227,426 227,426 0000000000000288f01b6b2ea039f6eca632e459758e94e2b94551c9ce02cddb 0.09 MB 146 144
227,425 227,425 00000000000000da4eef7a9faefffa3638b60c776fcb94bfcad0dee39fd9f282 0.06 MB 74 87
227,424 227,424 0000000000000305f819d4fc1e03e1395940abaf8394ee0e5127e848bd05a82e 0.11 MB 203 138
227,423 227,423 000000000000004d504cc8ccde5cb48268439b752e3100c1d8fa4fd235084bf1 0.06 MB 74 62
227,422 227,422 00000000000002742f1294c02a1b940c40b38338db8f52526476a0eb014ac81e 0.44 MB 1,009 222
227,421 227,421 000000000000008172e46270ee30f93e2c8c540333e189739fdd4bb7c7caad9a 0.24 MB 529 179
227,420 227,420 00000000000001705d5b5230e325f3ba19569deecdf8fdec74719bb07473bf26 0.21 MB 496 191
227,419 227,419 00000000000001dd45972f4f9d711accdf92147041ebd7e37d0ccbaa2b925a4f 0.01 MB 40 298
227,418 227,418 000000000000023ecbeaf019895f01f089d139f051335e9a863d7dc6f7336bb9 0.15 MB 295 208
227,417 227,417 00000000000000839259a374b03d7584ae08c2f49fe1b747f2746eaba40ac679 0.18 MB 397 223
227,416 227,416 00000000000002504aed065dccdc01d72e0db141463a384491568c5a16cfba67 0.15 MB 234 133
227,415 227,415 000000000000010c85ed7e2396f975bd10f10925c42b0f32aedbc1e106fe43d1 0.15 MB 305 166
227,414 227,414 0000000000000170b7997c3e906a7f8682b724aa9b7683acfd1b9babca8ae64b 0.15 MB 305 185
227,413 227,413 00000000000001b986bd315e9c1d66dc74dd2a623f493abc4f55266f99495f6f 0.35 MB 595 152
227,412 227,412 000000000000007bf4038193e7a8ecff49259deafcfb4d92f6a101e76d28066f 0.13 MB 211 108
Previous 10 blocks ↓
Total Size: 769.07 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,628.06 GB sent, 93.23 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.