Memory Pool Memory Pool Refreshing

2,283 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,634 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,283 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (859,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,553 49,553 000000001dc1d6f67a11291c4c0756a9224d72e24a16ef763bf3911b48803c4f 0.00 MB 1 0
49,552 49,552 0000000021967c91ce8dbea29bf6f1418afc58cccd6264b89b2fbabc161ad907 0.00 MB 1 0
49,551 49,551 0000000025af6b7caa147453ce5cf5aacf53897d8d5d933a3d9d80c724ad3ee5 0.00 MB 1 0
49,550 49,550 0000000019df19d4fc80ded2ba71922614d5c800ce2e6c2d659496c10ad5f253 0.00 MB 1 0
49,549 49,549 00000000048611811f1fc2d4b5c41521e6051767b34f7fc27a443cf6ccad9f3c 0.00 MB 1 0
49,548 49,548 000000001abb671a62bf72796c11b5591b7a2917c403b27929930b348242e962 0.00 MB 1 0
49,547 49,547 00000000001c72e3781eabb633f1f9f3aa6a253a4c30be1138e8266a15fac4ec 0.00 MB 1 0
49,546 49,546 0000000012309db531563db6fff955db100433ec82d4db48bdab6b3fc3cd8a0a 0.00 MB 1 0
49,545 49,545 0000000019b7ecc5309e23ec7a0149f25b661a59ced99b5079c066402de5ce53 0.00 MB 1 0
49,544 49,544 000000002218edbeccf8ca376de83ad41aa32229781a4782644d874f0b6ecbe4 0.00 MB 1 0
49,543 49,543 00000000298045aac3ef5e536501d4c0c8605c30dc3695a4b4334dcaf7b70f2a 0.00 MB 1 0
49,542 49,542 00000000009234fa6d3e8bf38ef57d0b4bb35066dc6db130a101c1c0a562a0f4 0.00 MB 1 0
49,541 49,541 000000001d990281ea9c1aada03bfd3cb80a32ea4f01f336870be1e2f0d10e49 0.00 MB 1 0
49,540 49,540 000000001011b1afa6e6f021fd11111c31ed1e8b1c6e931eeb57b94c118788cc 0.00 MB 1 0
49,539 49,539 0000000015473348483d64beed06b517eb785f806825719bd2e19cabce005341 0.00 MB 1 0
49,538 49,538 000000000dabad042c7303948258dbf976f0d0c16cf90b0295c6a85eb46cbf89 0.00 MB 1 0
49,537 49,537 0000000018b7dd7d3a174b4a2fc461bf71402d4e77b9a3e3b25ba9d671067109 0.00 MB 1 0
49,536 49,536 0000000024e16ae38b0df5f77bff9abeedc912d8a7630d61d9d99663f6968f51 0.00 MB 1 0
49,535 49,535 00000000042c092e837cd4ee9a1be4a784e4e5568ddea876dc6d00d307e1d540 0.00 MB 1 0
49,534 49,534 000000000f682a65b4da79aeefca004e784f64ff67a4025b60f79d32283b6e47 0.00 MB 1 0
49,533 49,533 0000000004a5e6c8f4c3330e9bc64415072bac2823422846fdb3ba94de81a1d9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.81 GB sent, 101.29 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.