Memory Pool Memory Pool Refreshing

5,837 transactions
3.73 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,807 (667,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,308 240,308 000000000000010993bb092e6b8c9cd54e8e3367f17a0abed99e770fe3a7c929 0.22 MB 540 177
240,307 240,307 0000000000000052f5f4ddd3c52d98ab05fe7e425140bc3af2c4a0f3c74a9851 0.25 MB 618 180
240,306 240,306 00000000000000a9ffbb74fc5c32b36de1ebd152abd343846152340007042403 0.11 MB 193 98
240,305 240,305 000000000000010f51928463be88bf24d903b5bfb7f9abf182bafcea97508916 0.06 MB 150 129
240,304 240,304 000000000000008f9bf056bd02f571503b6b24e2027d362aac167c31806a488b 0.17 MB 399 126
240,303 240,303 000000000000005b94a77c0309e7935b84ee4b6865681dcfa5f2309ccf4712a8 0.05 MB 95 100
240,302 240,302 00000000000000dac2b2c8f9ee17656bc344b4202799f00f7bab2a08582abb7b 0.06 MB 153 154
240,301 240,301 00000000000000218aca25d965cb0d3d3a509513036138e79c76f5855043d881 0.04 MB 55 35
240,300 240,300 00000000000000da23e9c4922a4f9eb20a801e2924ae7cae195f11cfbfa4aa4f 0.14 MB 332 177
240,299 240,299 0000000000000068c6af8e259c8c1d9de1ddf4dc42692bc14a673a7e380e8de9 0.22 MB 479 133
240,298 240,298 00000000000000f36b86c2c4b49088f7c7bd6db17a31688858012dff74723358 0.16 MB 398 178
240,297 240,297 00000000000000a875a75cbeb0ef41c641c4246f9f9e889beb621637d00bef7e 0.19 MB 415 684
240,296 240,296 000000000000009f41adbd0bab3979939c98316b330a690a6c2a06d5dbf14335 0.19 MB 353 122
240,295 240,295 00000000000000e0906e1ddfaee07a5a18b54ca1dd759dbcedb1e333e3562cf0 0.18 MB 370 167
240,294 240,294 00000000000000852120a7951d2bcefe136f44548e1bb7256edcf4d310a4d0e7 0.25 MB 468 166
240,293 240,293 00000000000001013681bb3cc9ee56622b894ba0291cd8a31de6a2b25d98150a 0.11 MB 129 55
240,292 240,292 00000000000000dffb2a9d61de9f1ff86cb891cd00836949a40dbdc2ce661b1e 0.25 MB 604 189
240,291 240,291 000000000000009413906f9b8bfca0423fb71e068ca3b46d072dc3fb91e750e7 0.31 MB 647 142
240,290 240,290 000000000000000495d60871f41341de0453cf751a1fbcabcce78b59758b5f7a 0.04 MB 84 196
240,289 240,289 00000000000000a30c3cd566124e8615eb4df11ec5d69349fc96d75eebafadc6 0.04 MB 93 103
240,288 240,288 00000000000000231d3213cd834e760d3ce473d81cf78a4707f5a62e1f7ff0bc 0.25 MB 630 191
Previous 10 blocks ↓
Total Size: 769.18 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,633.51 GB sent, 93.84 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.