Memory Pool Memory Pool Refreshing

592 transactions
9.07 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,348 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 243 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,347 (811,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,472 96,472 00000000000437c15abf6384ecc9aceb4e9fd6cab6cc1a6980ce3f849b46c124 0.00 MB 1 0
96,471 96,471 000000000007fa4b64e478f8e204064cf4fc35c17b08547fab351fe84c459897 0.00 MB 1 0
96,470 96,470 000000000000dcd70aaf269f0e3ad061b148b45dd9f4d2efe88f891333234449 0.00 MB 3 2,079
96,469 96,469 0000000000062d6c8392281ef82c355b5fccb7ce8c786fd5d89f0951751501ef 0.00 MB 1 0
96,468 96,468 0000000000041a9c591f50bae26ed81877c4b54c4cc07109bee907083f2a6a32 0.00 MB 1 0
96,467 96,467 000000000002a5f398c457b4f39eb7d98f8351927fee5e5e5d0cebd74e209f4b 0.00 MB 1 0
96,466 96,466 000000000002da3d4a949aeb312c408642108ca46237075269f8b70321f1ba9c 0.00 MB 2 3,861
96,465 96,465 0000000000024ab724c1e61041229e4c7620169846e0c802b9ebaecdb612ac1d 0.00 MB 1 0
96,464 96,464 000000000002476b402a3908e858891ac029a275f20f96e6ae356f49c5e6616a 0.00 MB 1 0
96,463 96,463 0000000000011c3e28ec80993a9bd7fade243dcacda22481abd54dd8571d9022 0.00 MB 6 0
96,462 96,462 000000000004d73a26495afc9e8e4bd41a4cf4d2073dedfa7902a3655e0a6ebf 0.00 MB 4 0
96,461 96,461 0000000000023f803dff9c3e90dda2dfa1e35ad200dcfafaa56c7f0f896c5da9 0.00 MB 1 0
96,460 96,460 000000000006cf4c627c4c0474fc5adf659f57ca4d5bed9f28cacb2c3655bcc4 0.00 MB 4 0
96,459 96,459 000000000003dcae7f8384f2ccab319694292918a95ec543c8f2087e1b237ff6 0.00 MB 1 0
96,458 96,458 000000000000fbbdeb1c740a9537fa0846ef1638833c1052d292b4627990e47e 0.00 MB 2 0
96,457 96,457 000000000006da3754a12ceba0f0cbc709f3460737b2ccb3213a3d47fa4bd722 0.00 MB 9 0
96,456 96,456 000000000004d472d58e6f91f66047cf6f3f865ff0c914dad133cb95a4fa55ed 0.00 MB 2 0
96,455 96,455 000000000005edf59c19bf2e9a84201aab51297e1b3ab89d4a10117b51c782cd 0.00 MB 1 0
96,454 96,454 000000000002bd70f9ead112858f171ab3ef3fb0bcb6ca6fe17a4b757438ca04 0.00 MB 1 0
96,453 96,453 000000000003ca966edb0a35dbf3b00db133fda4a30143c4df5fa53dc671ef4f 0.00 MB 2 0
96,452 96,452 00000000000341b7d2bb8bbc736cce0ee48c5ac610bd3f85433c7463b99354cf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.32 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,701.92 GB sent, 98.83 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.