Memory Pool Memory Pool Refreshing

2,839 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,101 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,839 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,100 (819,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,467 88,467 000000000010cbb69ef733f178bcb186d5ca37cd89f887cb87f27874f16d56b6 0.00 MB 1 0
88,466 88,466 00000000000a9d5853b9d9b933b586f25e4dd99bc8a19c3d237590717028c8ee 0.00 MB 1 0
88,465 88,465 0000000000085009371ca38fcf604852136ca2a0f49dca0216a753a403d32358 0.00 MB 1 0
88,464 88,464 00000000000c142f33ecc1916dcbe666fc98a31819446c2a02c4467bb0786f40 0.00 MB 1 0
88,463 88,463 00000000000360fbc982135ef82fce6da5ddbdadebc78f6c131601d334c5912f 0.00 MB 2 0
88,462 88,462 00000000001d3167d6767b092d5edbf71b7fa61887d48209906beb12c0bb3757 0.00 MB 2 0
88,461 88,461 0000000000143f9a5b12f9a54de52353f0fd3d682ea027fb376cb600948d252b 0.00 MB 1 0
88,460 88,460 000000000004323ced90864c2b5552e2d3de6789e3609daf586620bd0c1fe1bd 0.00 MB 1 0
88,459 88,459 00000000000a17509a223a745c2651d96918f50027ab976051c73c40ffdbd64f 0.00 MB 3 0
88,458 88,458 00000000001cb548df6c354cf08b6dbeb278f51c9d576f04689240f4e0d91007 0.00 MB 2 0
88,457 88,457 000000000004af3f50936c3518733306cfbb3ac5dcf5ee4a2f72a706ee6c7fc3 0.00 MB 1 0
88,456 88,456 0000000000110e335508b8f74db1c56afbf219f7351d1423ad3dc0585ab441e0 0.00 MB 2 0
88,455 88,455 0000000000035461f446fe94e4b038bbd048d5bc57dd173f85c1c44ac996a5b1 0.00 MB 5 0
88,454 88,454 000000000017c80f7fbf04269655b5251ef579c15d71348233b11041c2c40d8e 0.00 MB 1 0
88,453 88,453 00000000000c4f8fc9c3ab54ca033187c67430b06c763acd9f55317117e9f3ee 0.00 MB 2 0
88,452 88,452 000000000009da2e28fac7719324144af2d7d492a8e012d5e0f96a9ca6f126a7 0.00 MB 1 0
88,451 88,451 000000000012d2c2ccab2fbc300ddb5ede875f348a8d3d4e74ec697a01c3ace5 0.00 MB 1 0
88,450 88,450 000000000007c8eb39ff46ef21c636c4d53e36683c4dc57ab85e10cf73d3d7ef 0.00 MB 1 0
88,449 88,449 0000000000149629e647b9b9320d3ef545b927a4ab00c1ac8b2d15ee0bf37aa3 0.00 MB 3 0
88,448 88,448 000000000019ec93b9c78226a5855425b317665819a081f161d0cbf57723a0a9 0.00 MB 1 0
88,447 88,447 000000000012196d48b53b62f375fa7e47c9a03c60fbe410d7a33895a4441a9d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.73 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,679.04 GB sent, 96.56 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.