Memory Pool Memory Pool Refreshing

9,764 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (86,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
821,350 821,350 0000000000000000000313bd771d4dc47a5763e65027586d9fa25881c023463f 1.57 MB 3,019 281
821,349 821,349 0000000000000000000060342a919a6c064a9bc25311321d4f56c17e57e620ef 1.66 MB 3,355 213
821,348 821,348 000000000000000000019efb2ebbef393206e4de2eb02397c075b811769b328f 1.59 MB 4,055 217
821,347 821,347 00000000000000000001b4c8c53fa38f02ef265aeed6c5689e131affe5578e41 1.58 MB 3,818 207
821,346 821,346 00000000000000000000b975c78597e25ac0773de4f4caba55716cc0c4057388 1.68 MB 3,480 227
821,345 821,345 00000000000000000000f2e2fd665d8c627e55f99aa852c05e0f5159e59ac14a 1.56 MB 3,291 243
821,344 821,344 0000000000000000000044a5d105282e917ec7a0c1b7d3c1645bec5209c1db50 1.63 MB 4,008 279
821,343 821,343 00000000000000000003e5365f31e27db06b42ff989765d7fd269d63b4ab5a97 1.60 MB 4,038 234
821,342 821,342 000000000000000000021ba60418f65cf834685e564b359ebaa5ab699ff834e3 1.64 MB 3,984 282
821,341 821,341 00000000000000000000f2e0fae1722d969b7ea40a403ef1f9afc765542d95c4 1.67 MB 4,101 298
821,340 821,340 000000000000000000008e40fd6732c88fdcf750ee951b4a4a5d146f6001ab77 1.62 MB 3,572 263
821,339 821,339 0000000000000000000111a4809bc412ba9545db9b23668007f94578d5ad8fa1 1.62 MB 3,789 248
821,338 821,338 00000000000000000003d4506a4c2c5de8e3432f2ee58a8f4f6d27579a26de24 1.73 MB 4,543 242
821,337 821,337 0000000000000000000325558c862dc74334f4c4b118767d23e29460af2493b8 1.66 MB 4,365 290
821,336 821,336 00000000000000000000fa5888308cfcdf29ab782112bc071074081da9fcda3a 1.59 MB 4,138 279
821,335 821,335 0000000000000000000217d8bc8716c27e699acf20e92d27d9720159f2b45928 1.59 MB 3,845 293
821,334 821,334 00000000000000000002d9ae87eb9e0910416f6272da1e7d90d8a2f8f79dd2f9 1.59 MB 4,061 283
821,333 821,333 0000000000000000000219a9917a5107239ceb929d0e0d6aaa83cf5c8aacb800 1.64 MB 4,376 259
821,332 821,332 000000000000000000029a5d7bfd7b9583787a28a3eeac33ab2b096d76515dcc 1.56 MB 3,784 267
821,331 821,331 000000000000000000040c6223da72b219cdcbc5a85b3eb9821061eb39706336 1.58 MB 3,961 254
821,330 821,330 000000000000000000035544b964bde6bc93f108abd5234a9f7e0190f718d806 1.67 MB 3,201 214
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.