Memory Pool Memory Pool Refreshing

2,330 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.91 vMB 2,330 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (905,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,301 3,301 000000001a2b99010ab59e07281c075ffdde342a1564ba1419036c30e4dff0f5 0.00 MB 1 0
3,300 3,300 00000000e5a427932794530bbadc6a9a6c354f030da4cd9b5765d866b51502fd 0.00 MB 1 0
3,299 3,299 00000000310ac14a0f1fc6adfbdddfecd334a884315fa4373a80b9e46b3e7704 0.00 MB 1 0
3,298 3,298 0000000009b872c83e6911694e0af5989fa0c8fd958f1d741629da4c32d53001 0.00 MB 1 0
3,297 3,297 0000000031348600da1c5b2dadd17d6c37c6ebdfa8a4780d10648701a7a0be16 0.00 MB 1 0
3,296 3,296 000000005e77d434e55f6e6cbde60cd5b829fba71b09859232e7dc7198884e40 0.00 MB 1 0
3,295 3,295 00000000758942f38a5522308f14268ba7aa05802af5a86f99c88bef84380421 0.00 MB 1 0
3,294 3,294 000000003c1cf3c7ce9d708f00fd77e80c5e736aaa351606575e44c638677b44 0.00 MB 1 0
3,293 3,293 00000000f93a3117431247c4f24c86cf2085a29117076491dabe022c9d2cb69c 0.00 MB 1 0
3,292 3,292 000000000e4523a52ec47847eb7bd92e9d2d2c535decd665807b577e62999b1e 0.00 MB 1 0
3,291 3,291 0000000010abb476c7bac26a22b8907f0299fa6a1486238b61b47d0370b6259d 0.00 MB 1 0
3,290 3,290 0000000032450768c775c1ba0d5a64939d77b304553d46919061eac43a3d077f 0.00 MB 1 0
3,289 3,289 00000000f96d0a7c59d04b7847ca1c0d64e1b04cd4b582b519dd5e3370116701 0.00 MB 1 0
3,288 3,288 0000000036dbc6ad310deeaa24e1a840f4a19da9a01e6cf95092862de20228c2 0.00 MB 1 0
3,287 3,287 00000000460ddf4975bb46903298de10afc2b44d7e1cffec0ccfbcc04902ce2d 0.00 MB 1 0
3,286 3,286 00000000f10906b2ba9bc24818a505636a81767da51f266deb79ea06297aebdf 0.00 MB 1 0
3,285 3,285 00000000b995aedc9be48fdfe76499c79c9db2b6515e72c10483cf573aa325af 0.00 MB 1 0
3,284 3,284 00000000390b31bb5fa93549aa99b5e86f877b4d07b725fd350f9c9481a31eb5 0.00 MB 1 0
3,283 3,283 000000008cd94d166f06496bd1b706ac2ee225cad04386fac39f7ee8d66f79b8 0.00 MB 1 0
3,282 3,282 00000000813a8b18394a8b96d47f53c9e417107aaab692a408659a881e3c1f4d 0.00 MB 1 0
3,281 3,281 000000001a3871d7fc9627c500469389400d085796595d1f53829742e19ab1b8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.60 GB sent, 101.72 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.