Memory Pool Memory Pool Refreshing

4,084 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,993 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (622,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,451 285,451 000000000000000020051ae4ab0c559e3285dd3a20394e90a9361224415b89f5 0.90 MB 375 18
285,450 285,450 000000000000000186ac317e47efb7b8db0b0ddba95d8b6e294d67882f572630 0.35 MB 427 28
285,449 285,449 000000000000000154ac70ef50cf62ebc92539b5628e55b0f24b53ec5640562a 0.25 MB 188 23
285,448 285,448 00000000000000006adf49236b51928d986184c95eb2fb1cfb53c9a211522031 0.90 MB 617 24
285,447 285,447 0000000000000001693e16636793877a90a1033a3825d0cf5ed1bf2837a51a22 0.06 MB 193 181
285,446 285,446 00000000000000008c9b280cee608758f2c2c617186341c9f12c47561f512f90 0.35 MB 361 34
285,445 285,445 0000000000000001222bb49920d262e7fbe46bcb214a0e03a7f5477fb5918e81 0.90 MB 398 25
285,444 285,444 0000000000000001704e5184e74b67a572feeced54231f753954d8fe9e098338 0.00 MB 1 0
285,443 285,443 000000000000000116e8088621ed081ca769b86c0601a24698dcb072cb340cce 0.90 MB 39 20
285,442 285,442 00000000000000019ed90001bc27bffba66962893a11a5dd1af6db86c25600ce 0.50 MB 429 34
285,441 285,441 0000000000000000d75fd7ef1830a48cf92421ad4a1a55e6a015bf48f90e15e2 0.25 MB 246 28
285,440 285,440 0000000000000000b465c7644de29468d200ff3a7d8f3146797fbe3fe61e8e4c 0.06 MB 188 46
285,439 285,439 000000000000000034269e922d361848a74a39434bc734d40182404a8c7d4b80 0.35 MB 917 57
285,438 285,438 00000000000000006cf4f75b8baf4f7521d67683ca2ee34d0f1165b362bfbf97 0.03 MB 68 34
285,437 285,437 000000000000000185f64095f124fa3af982b7f9085f20dc08a51193e99b425d 0.50 MB 320 48
285,436 285,436 000000000000000153848703c992fa262daf12c462e71ad3e969a9e9a166e66f 0.35 MB 742 71
285,435 285,435 000000000000000108e53adeaf07ce88a987041204b938a60c560a5209893d53 0.90 MB 279 24
285,434 285,434 000000000000000026a30c89e1f2cf5d6daa904d21dac14c3b97b97a1893430d 0.35 MB 288 35
285,433 285,433 00000000000000018020fdcedcf8f4299791f36d3dccd7cd9beaa5b6e0dd5b90 0.25 MB 462 33
285,432 285,432 0000000000000000afacf8c903e3cb53b5d3248d64d37622177bf00673bb0625 0.10 MB 250 36
285,431 285,431 00000000000000007ced4a41960e45b4802f7036eda1b97be065353c512f1216 0.15 MB 210 20
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.