Memory Pool Memory Pool Refreshing

9,812 transactions
32.12 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
888,477 0000000000000000000282810000000000000000000000000000000000000000 ago 1.00 vMB 4,110 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 888,476 (756,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,561 131,561 000000000000092d64c718fd2b8cba1f1b3a8404e33bcebd6c6cafd10154da23 0.02 MB 45 813
131,560 131,560 0000000000000a96d5d2f55fb3b0c14ae0b6e8e765dcf978daa51893fa669bd9 0.02 MB 32 1,182
131,559 131,559 0000000000000de0eae83c27f3200942b0a2abeb2e2a5e5e81e5c79b04d024c6 0.02 MB 36 769
131,558 131,558 0000000000000acc201ddf4b1339bb687fe99c1da75310fcb7ce8ebdb4e3c0a7 0.04 MB 146 101
131,557 131,557 000000000000091ad863b4fccddd869163469c23b35106bce9d621a54d96b451 0.05 MB 127 348
131,556 131,556 000000000000131fe9188b4d4619ef3def9e88ff2dcf565ce15437eb519f1022 0.01 MB 31 1,034
131,555 131,555 0000000000001225ea16231b6fe509e99da5a40466337a7059f44059fb93aea4 0.05 MB 116 605
131,554 131,554 00000000000008fbc4a67e79900c017822fd89d5ba91f46eec042876f05dca80 0.02 MB 49 1,679
131,553 131,553 00000000000007a577f8c482bcf891a78c37aa9d74ed765e2e31c9096b23a178 0.01 MB 28 1,012
131,552 131,552 0000000000000e4f12ce0f29172ed4443f120d7edede5c7a64f580fe9a97821c 0.04 MB 79 353
131,551 131,551 00000000000003e98f6bae0a36e6ecfd8b85bb23607fa092e55c292d4845f5b6 0.00 MB 7 1,246
131,550 131,550 0000000000000bdcaa55ec83042f089d8f4a97a672f2e4d25f0402d377839082 0.02 MB 45 502
131,549 131,549 0000000000000e977b796a5f8791e8af118ccf00dcd365b0f70bcc9778bebe7c 0.03 MB 79 309
131,548 131,548 0000000000000fba587d06db9182a7f20bdfa5f169774e17485fa5c8cb0c723c 0.01 MB 28 1,036
131,547 131,547 0000000000000f7b8d840bebc9a6db1fe8f6cbde50a8110ad1dfebd4ad1720fc 0.01 MB 30 1,029
131,546 131,546 0000000000000f443122d8bd1b076ebc90a52bcd85d96cbe8a3651f11c653426 0.04 MB 120 337
131,545 131,545 00000000000010d628d79414ca468e6a61848700880e328c5ab4822a5b606df9 0.02 MB 54 568
131,544 131,544 00000000000008f7e9726ff21c97eb1e8ca0bd71f33f92aa13acee23157461a1 0.01 MB 24 957
131,543 131,543 000000000000023da6a2fb485eedbdebcc877fc7f975eebfe5cac15fcecc9f89 0.01 MB 17 0
131,542 131,542 00000000000004b285a27035ca3e770b4f7f8c7ba6181e17411cd2f35f016734 0.00 MB 10 1,855
131,541 131,541 00000000000006a4c9fc2995740e9f3cae77739c669ea43e89af786b0bbf2627 0.02 MB 44 786
Previous 10 blocks ↓
Total Size: 735.15 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: 3,111.20 GB sent, 137.70 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.