Memory Pool Memory Pool Refreshing

7,236 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,009 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,697 (905,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
3,280 3,280 000000006cd8ffb7b7496ec2b01cb251530d8c5a9a7e7ee0fdd1ac0610da6187 0.00 MB 1 0
3,279 3,279 000000005291c77fea7e93abaecc93f7afb4ba684ceb855bb3b4f1ee6db25a51 0.00 MB 1 0
3,278 3,278 000000007c6f35c2f9c077f5c1ecf761ce8e8c69223d9d2c6c5eae3e0bc6a699 0.00 MB 1 0
3,277 3,277 00000000b07fea10b769fe1ae372fd23705f11142c4a7b3627ff04041afc80c5 0.00 MB 1 0
3,276 3,276 000000005e76a77d1df74039b6a9df2cfb89fd0a6f1886fb0414ece69e002b73 0.00 MB 1 0
3,275 3,275 0000000092fb00c5a89097a1967f22d4018fd8ec516e65ff0e5da8f2ab0eb0d7 0.00 MB 1 0
3,274 3,274 00000000930aa2fb288282e98f8f334a41d31661441ab9a9faeca0511da6c873 0.00 MB 1 0
3,273 3,273 0000000083a5576acd78098428b4bd35a33ecf31b50de117c014083079aadb9c 0.00 MB 1 0
3,272 3,272 000000007b260f7a9713a81b16be88354602a146d72cd4c4e802f06df246b5cb 0.00 MB 1 0
3,271 3,271 000000008aa571cc43317ac88bfc1a9a9debb8e227220f23c94450d0ca1384d3 0.00 MB 1 0
3,270 3,270 000000003a1fa07baf049c20679908fce24dd8b06bfce964687b893090fa2b22 0.00 MB 1 0
3,269 3,269 0000000097a79e2bfcac5d28cdce5f3deb20afbd8bdb74f2b36a12cc83d144b3 0.00 MB 1 0
3,268 3,268 00000000adc949d7070c080d5bad0cf7effa0fa8b7b3acb8fdf7a99290066466 0.00 MB 1 0
3,267 3,267 000000008ebf197a1354e06b65644b01b213bfe40e11a7e74663006fe15dd051 0.00 MB 1 0
3,266 3,266 00000000fc69ea63d2a33e9818efd37a03bba40a31bd433dab2c73fe63a5209a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.34 GB sent, 101.96 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.