Memory Pool Memory Pool Refreshing

751 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,706 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 739 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (62,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,276 845,276 00000000000000000002dd2106fa146319e38e856b690534213ebc5310398c71 1.59 MB 4,235 12
845,275 845,275 000000000000000000034e38ad596fe18e6b2e8e07a3c44134d35081c0e7f28f 1.43 MB 3,398 11
845,274 845,274 00000000000000000001a4d9be1624a7df394b37ea89275ca3d57c309ff496e9 1.63 MB 4,517 10
845,273 845,273 00000000000000000001836aa94012c09958f1b7b0b59d1628c56ccbe4117f95 1.87 MB 6,494 8
845,272 845,272 00000000000000000000c73841ce91ff8a77dc6f224819453830cfc779af1440 1.78 MB 6,719 8
845,271 845,271 00000000000000000002ba5e32e33ad81a3d412506704a384abe04042424fe12 1.58 MB 4,825 13
845,270 845,270 0000000000000000000212f374808bec8b9338f4aceb6e7002bd38438bbac0ce 1.79 MB 5,845 9
845,269 845,269 000000000000000000030176bb91a88882d3cd48c1039db92cd5fb988554a228 1.80 MB 5,876 9
845,268 845,268 000000000000000000011ec83db14bfc357c2fad7c73c0060d4ef61b9c7b937b 1.74 MB 4,929 10
845,267 845,267 00000000000000000002ff6b91c15e9dd4e7fd1438cb0670cf67c6877f853784 1.83 MB 6,629 8
845,266 845,266 000000000000000000020ac8703fd8c6d736ac5ed151141cc7f9f7f2bfc2b58c 1.75 MB 5,651 9
845,265 845,265 0000000000000000000037c50be942aad7134e1c492a4753b61aaedde638836c 1.60 MB 4,798 12
845,264 845,264 0000000000000000000073f5ce49a9c0f011b4f74f156ec8dffb68f5ecd0a1cc 1.71 MB 4,853 9
845,263 845,263 000000000000000000013485be17a69b986ed42ba33e6f8314c687ddb972cd30 1.43 MB 3,929 10
845,262 845,262 00000000000000000000a4e77c3e41572f217225199ce9d566fb45044bd521ef 1.47 MB 3,672 11
845,261 845,261 00000000000000000003319de48c1ec47c9bdb139697ac7df56d99faa86b6a00 1.76 MB 5,998 9
845,260 845,260 000000000000000000017176731e52c53a02a54c5902e1817f30a2407b7407cb 1.78 MB 5,012 9
845,259 845,259 0000000000000000000205e50cf870ad64879cfaaf5e458ac994303ab52446f8 1.88 MB 5,078 12
845,258 845,258 00000000000000000001de732b0b22a1b19763fc011c1fe689f5ea7fbbad1d07 1.70 MB 3,734 11
845,257 845,257 0000000000000000000191f2c84976997e4bf489601de507352cccbf3de433c4 1.90 MB 5,334 8
845,256 845,256 00000000000000000002544ae7a2ed9bccfbf4fd14e99583a37c03f91fc6c222 1.68 MB 4,449 14
Previous 10 blocks ↓
Total Size: 769.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,616.61 GB sent, 92.77 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.