Memory Pool Memory Pool Refreshing

3,561 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,556 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,894 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,555 (870,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,242 38,242 0000000019749e76b940fb1de1026925277409b757d0cbcadd0b259947e89bcf 0.00 MB 1 0
38,241 38,241 0000000026cc0bbedeb3b127398a9a57a2ae2cc7422f964baccc0a28de64cdb7 0.00 MB 1 0
38,240 38,240 0000000070f15d4f744ca1a3e0977cbbf6ddd7fb2c6adaec0ab6d373166ebeb6 0.00 MB 1 0
38,239 38,239 0000000093308a0c7eb74061d6e15304964fbce3346687bea52a23ff0e27aafe 0.00 MB 1 0
38,238 38,238 00000000b08a6650ee1bd4f52fcff79f0fcb663c79c05170d697f389b4c0ea03 0.00 MB 1 0
38,237 38,237 00000000bd95e7d86c875af12d0bc7b3f24ff035b2218d8996412a5e0ced4403 0.00 MB 1 0
38,236 38,236 000000007bac8b6d0b2ebc7768e34dd49fcf5da1d74d77ad618705226d1d4956 0.00 MB 1 0
38,235 38,235 00000000431b8c13849377a714b8627ffae6955844d21d3c403a17ad8763e55a 0.00 MB 1 0
38,234 38,234 000000008d2f9e02e4733eda128c53bc8b055b9d0d3ac82cf66127c1bce1b3cf 0.00 MB 1 0
38,233 38,233 0000000065a779633bc84d6e74ec173282ba8fdc854ba1b0d957800ece3fbf3f 0.00 MB 1 0
38,232 38,232 00000000581a6df671bae6bb1e53776ddf68c68c3d7bdeaf39065dc79b6355b5 0.00 MB 1 0
38,231 38,231 000000008e7e4827bfb2fc2143e99080bf33b35f58e29a52e8198b1409fc30aa 0.00 MB 1 0
38,230 38,230 00000000509923cb9b71ad94b9ab0c518ae7b8921d8c84f6006697daff79445b 0.00 MB 1 0
38,229 38,229 0000000037ddbaf27e0d06f84e411a4949915fa63532436d5497221d481fee87 0.00 MB 2 0
38,228 38,228 0000000083f538219e2cf1a416d1ca73b9c30c22b412fb076c14cf3b5432341a 0.00 MB 1 0
38,227 38,227 0000000040d7c7e3e13b32f2cd451ad8d6e1e4a8a3360d004a43cf8ddc2df6c4 0.00 MB 1 0
38,226 38,226 000000007d2bb47717230750fa355e9ad367b7c6823095785482a7ab1f889d51 0.00 MB 1 0
38,225 38,225 000000001db20e4faecb509eebc4d39d231a901764a22e345b59726008238996 0.00 MB 1 0
38,224 38,224 00000000a7452ee224deeffe0db587224897caece73180b16396fd9fdc632479 0.00 MB 1 0
38,223 38,223 000000008d7808fc6895f8eb17e54950ecbf1f46e6fdc30e644b6a80c0f0c996 0.00 MB 1 0
38,222 38,222 00000000bdb0f9e7f5c9a3c92a4ea058e1a7fe51925d2a43b4a27b00eb83fa58 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.72 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,845.56 GB sent, 100.62 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.