Memory Pool Memory Pool Refreshing

19,900 transactions
6.38 vMB
Show Random Selection Loading Transactions
Max Size: 38/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,735 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (188,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
719,010 719,010 0000000000000000000004cb7467b592a65f03245499da18fe8fe645b758027e 0.99 MB 2,075 7
719,009 719,009 000000000000000000068898b60aa6c01e0e886fa73bddac48fe429a731583a4 0.76 MB 1,492 12
719,008 719,008 000000000000000000058b283da9aaf969d48ee1a8c0a443137b7552219f40bb 0.48 MB 1,068 6
719,007 719,007 00000000000000000006a0e5a1a091ee4b71210f1e6d140f5f6173e2e1ac287c 0.25 MB 328 8
719,006 719,006 00000000000000000008a991555efb2739902ef740974e588e03cdb489586881 0.12 MB 267 7
719,005 719,005 0000000000000000000a7c07f49b97e1c1c669cf86ce6eb75985256c3e93e584 0.58 MB 1,060 6
719,004 719,004 000000000000000000027ea304a5b57c775264fcbc23dfa2941f91a6f4676c68 0.26 MB 510 7
719,003 719,003 00000000000000000004ebe0c377f336561ba573949563b7efea0edc7931422a 1.31 MB 2,752 7
719,002 719,002 0000000000000000000642bc4ff988dac69aea625f1151f7bfd869dd90717642 0.33 MB 618 8
719,001 719,001 0000000000000000000007f9d9a9179e272d4144c0d27983dc3fce015d562751 1.34 MB 2,416 7
719,000 719,000 00000000000000000000e7287fbd9b2252a3a89b4528375b939da35d12708c7f 0.10 MB 235 8
718,999 718,999 0000000000000000000675d89037a6f72416a95c1ad3c0533588c98602f9665e 1.24 MB 2,194 7
718,998 718,998 0000000000000000000a9d2328b5c01de34e216958a4ceef673266e9bbd3785c 0.04 MB 123 6
718,997 718,997 000000000000000000088fc6d0388e320afe64f90b755d47cc7f56051d5c2491 0.11 MB 172 5
718,996 718,996 000000000000000000015780a908671518266d0c65a6b1ebbfc002d675d58e45 0.35 MB 535 5
718,995 718,995 000000000000000000076ff73ecb47df9bde0afbae21fc4dc89cadb7450874b1 0.45 MB 805 7
718,994 718,994 00000000000000000008acad778bba017814b15998aa5bd59fbdf5c9712b68aa 0.22 MB 189 1
718,993 718,993 0000000000000000000b099c91e3774e586ad38828336cb7afc43635d345b92f 1.45 MB 1,610 3
718,992 718,992 0000000000000000000538821e5605c0670aa1e0f9d1413260141aee7134d7d8 1.29 MB 1,232 3
718,991 718,991 000000000000000000008bb52bba094d5ed2e72967a0aa1622f737a22bfc8579 1.61 MB 2,259 6
718,990 718,990 000000000000000000017c0b4bd64f892a235a662f854673ee0c0271e608672e 1.58 MB 1,219 3
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, 113 incoming
  • Data Transfer: 1,624.56 GB sent, 93.00 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.