Memory Pool Memory Pool Refreshing

7,567 transactions
3.36 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
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
908,579 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,834 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (857,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,843 50,843 00000000176b43c1b34d81779fe0d95be1ccb03cdb71cd64faaac6eecba7cf09 0.00 MB 1 0
50,842 50,842 000000001bb959d98b9e56d341b2afa883474c96d58dcebdb1841d29d6982333 0.00 MB 1 0
50,841 50,841 000000001b1a615f951bca347e2a7d32baf3f31833a6c39223434d259b017055 0.00 MB 1 0
50,840 50,840 00000000100c42e6bb36993969f9e36ed34d2db852f687b56b9b61f1c0023e6c 0.00 MB 1 0
50,839 50,839 00000000131be9efd69de925ee644801d1c996818169a39721c2342cca1416ea 0.00 MB 1 0
50,838 50,838 0000000006b29f1d562c162c963d9278d8a0a13d181692e6004031fd70cbc285 0.00 MB 1 0
50,837 50,837 000000001833302f025473ac583c81e31a221aae1f6cd8161ffcb9d087875087 0.00 MB 1 0
50,836 50,836 000000000f93d3ca2444850709af0fb3a070eceeee06f0cb42e10c800e90d002 0.00 MB 1 0
50,835 50,835 000000001d7f27aa97794c30b8de8667740e8114232cdd39552cd787c3fa6ee5 0.00 MB 1 0
50,834 50,834 000000001092b12bb6fc9cb248e2d5e9b2b024bd46c780d9944eb4f16193cc41 0.00 MB 1 0
50,833 50,833 00000000111a9b70a4e5a6a740530dafc1f16bc5ef3be7b3c0d3ef59ce7f8ef5 0.00 MB 1 0
50,832 50,832 0000000019153d7393aadda194010fdcdfffba952d906715bbbf5822ca5b417f 0.00 MB 1 0
50,831 50,831 000000000604be63cfbc7db56d2b073b1981c938ecb6aceb293d4a89c02a539c 0.00 MB 2 0
50,830 50,830 00000000089937ca29bae155cf1270755d03e31316d06546d4e2e8e4bc024d7a 0.00 MB 1 0
50,829 50,829 000000000d7d98dc5895be48d819d663e18360f28bddaa2c6dcdb6ef5424a9e6 0.00 MB 1 0
50,828 50,828 00000000147f880999720ba6c6be01341a5254909427aa6c5366a3053d062fd1 0.00 MB 1 0
50,827 50,827 0000000008302aab9bab8cac33b5663dc8b0c74d3e8177b9d89b37327a5c7ea9 0.00 MB 1 0
50,826 50,826 0000000016a38cf2101a6e8e2c5c53b5f2f946e105eef36278d2dbe4eba7c751 0.00 MB 1 0
50,825 50,825 000000001169a67dbd3f47c6684e8a9aa2f8cce06374a2a49506b12b79c31772 0.00 MB 1 0
50,824 50,824 000000002026a605cd3b8715a44fc22f31960e6f7e08748809a50347a65c7567 0.00 MB 1 0
50,823 50,823 000000000ea7d98b2060be16b31789bdf802ae0710a8559c737496ddca086840 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.50 GB sent, 100.86 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.