Memory Pool Memory Pool Refreshing

18,692 transactions
5.97 vMB
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,323 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (100,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
807,558 807,558 00000000000000000000370fda2b0627967c0ea393173c7b071afcdc7833bd2b 1.63 MB 2,894 20
807,557 807,557 00000000000000000000204af8d4d6200945bd9db5cad20f159f25c18eff4c8a 1.91 MB 5,710 14
807,556 807,556 0000000000000000000200b30cbf2b527b4f6477299f3080b05c333b12e00307 1.40 MB 2,441 17
807,555 807,555 00000000000000000001d665ce02d1a9ad6c1050e96a656128ce5074341cee53 2.04 MB 6,397 14
807,554 807,554 0000000000000000000232ea0874a1ec20640347e5fd2023978b0c70c0e33481 1.48 MB 2,434 19
807,553 807,553 0000000000000000000154487d1fed74bf8d7bb29037ff589a37ccb692c3f3f5 1.50 MB 2,769 15
807,552 807,552 000000000000000000034ab8d7a1548df32084fc36e1f591aeb18653663bda04 1.49 MB 1,402 20
807,551 807,551 0000000000000000000396d4d5f7ea786a4c83b0ade0b77e186c3e78273d3b61 1.53 MB 2,994 24
807,550 807,550 00000000000000000000b98aaaf6beec88c1a89a144a0cbaf6ba1e2c082ba4e2 1.54 MB 3,097 34
807,549 807,549 00000000000000000001fce823abd22838e7955dfc9e98fd267cb7b804a6561a 1.50 MB 2,849 34
807,548 807,548 000000000000000000033eb2049d16b13ea7c792653c828c2e2506938c923aaf 1.87 MB 5,267 15
807,547 807,547 00000000000000000002b74e39a62aa5252a889e6481b126d616bb88b08a612a 1.64 MB 4,158 16
807,546 807,546 000000000000000000004e6ad4c68087a60f1367205245b2d5daf9b4eb2f3d38 1.59 MB 2,285 23
807,545 807,545 00000000000000000004035661ec5893014713ef321874c2ed5c685f87cd8d96 1.39 MB 2,192 25
807,544 807,544 00000000000000000001c98584741b5c416429ea8bd404289798e66fffa8ec9f 1.76 MB 4,672 20
807,543 807,543 00000000000000000004d5428f143839b6ed19f95265d928a806974c9400c713 1.60 MB 3,542 16
807,542 807,542 0000000000000000000226cea09a0902c4a7bb5b98376ba5f43be685831fca78 1.94 MB 5,473 16
807,541 807,541 00000000000000000005070c48b4435aad1cfd68f47ff040f9c328295d8ac1fc 1.76 MB 3,808 13
807,540 807,540 00000000000000000000d624cd4c307c0449301988e46a9c380d0bf6829354bb 2.06 MB 5,228 15
807,539 807,539 00000000000000000003bf231f07ac8bece392ffba1c59867e50c78270c5ef7d 1.57 MB 3,080 21
807,538 807,538 000000000000000000017dc0cf7efb603cd802a78b20b676aef6c628ea6a9810 1.45 MB 2,594 30
Previous 10 blocks ↓
Total Size: 769.02 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,624.37 GB sent, 92.99 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.