Memory Pool Memory Pool Refreshing

6,554 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,225 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (633,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,251 274,251 0000000000000000f35ee9feedda987e17aebaf326c2c20df26cdd358eeec6d0 0.25 MB 455 56
274,250 274,250 000000000000000163ae21c4df2b7a9e5be9b9e12ae93f71ed3b7de68deaabd1 0.25 MB 561 35
274,249 274,249 0000000000000000f8458c3b65726ebf221942dc0b1fde8cc3989cccb7186f08 0.25 MB 641 85
274,248 274,248 0000000000000004764efe29def52d27554d4a4d70822261222f41f70573b9ee 0.25 MB 811 97
274,247 274,247 00000000000000008ca5970e40d179ad2df213881e7194f26e73f110bd0295b7 0.15 MB 277 46
274,246 274,246 000000000000000118a967b277b031e6745524f002f46753ba58a50a90e787a4 0.10 MB 239 62
274,245 274,245 00000000000000035cc01cce84449a5039ff1e5b57dcc1d37303fac70691a897 0.34 MB 533 24
274,244 274,244 0000000000000001678f01e2b7f55253ecbacd403d78e35429644edda01531fb 0.18 MB 367 44
274,243 274,243 0000000000000001ecb89b4525d458f35e0080ac26d1a88c9ff4b0c875b177da 0.22 MB 383 55
274,242 274,242 000000000000000140eea972e34cb16749c83efde0ac5613d589eacb1e1fae6c 0.35 MB 390 33
274,241 274,241 00000000000000048ec32fe2d9873972e25799775a9c4768ae6e7cffe1b7b10d 0.50 MB 1,195 64
274,240 274,240 00000000000000007dd1a9c6ff5c9d0ecaa622c3a8c24455c8768f148399325b 0.25 MB 222 20
274,239 274,239 000000000000000337794c75f3a4224186e13076afc8a81d119a8ee0473a53b3 0.25 MB 99 11
274,238 274,238 000000000000000336e57c412f4e88be51a31200a2e54b3012f6d45a13cc86d8 0.25 MB 569 44
274,237 274,237 0000000000000002a4b11b03a44c4ea0f44c9ef04ba5f64dbe1e3aeceaab18cf 0.25 MB 353 24
274,236 274,236 00000000000000026059addcb3f00a6d461d5f78017d4e40c47ea2313cbb2b8b 0.25 MB 696 90
274,235 274,235 000000000000000465a3adf565f15b24a39b9b61f5b0519ae160fcb370ffc6a1 0.25 MB 108 18
274,234 274,234 00000000000000001f71d94c4423ee7f6b2c149c104ea1e88b1ac8a9b75321ae 0.25 MB 335 33
274,233 274,233 000000000000000380e53a163b6f2c855a034b84a24520647d858d24133ec68c 0.50 MB 1,223 72
274,232 274,232 00000000000000013a3addd92a43637e01754515664f25803ceaa7945e271ff0 0.50 MB 966 35
274,231 274,231 0000000000000001a9efa44e9383ba6f0188864b15ff2fdd5aa3fa38a193a597 0.50 MB 1,447 81
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.25 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.