Memory Pool Memory Pool Refreshing

7,893 transactions
3.64 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,901 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (704,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,669 203,669 00000000000004177d84080dd1974a7019d16cd41e44826e27697d0c34ddbbd3 0.05 MB 104 76
203,668 203,668 0000000000000462fe3f803783fd2f6419c2fc42bd58445fb82c9e69e66788fd 0.12 MB 169 141
203,667 203,667 0000000000000391e80ed634fd19bd2ad9a002d662d8caeca0f2b0fb8045a579 0.05 MB 125 56
203,666 203,666 000000000000009e84efe213b6ffd82726e398985deb9ec846844a70fd95e6d2 0.15 MB 242 84
203,665 203,665 0000000000000551a99953484e3352fd6b2bb7fdd5929f4ba01bbe51448164df 0.20 MB 165 62
203,664 203,664 0000000000000046137aebf596d15f9920401ac21f369105d96afc62a2013952 0.14 MB 336 113
203,663 203,663 0000000000000522e4e0257630dc139e845bc4373398b9f14d2dd45c9d027e85 0.04 MB 97 116
203,662 203,662 00000000000004fed54ca92fd265f71bc027c9e611fd7ae7da3ee78881630584 0.42 MB 823 11,095
203,661 203,661 00000000000004228ce41fc4f00e9fdc262175594e5b307f7ed7eaad9bbcd852 0.03 MB 94 326
203,660 203,660 00000000000005203a21863017114052d35170e7531a780b372be501fc9e6cb9 0.02 MB 50 71
203,659 203,659 000000000000036afec8c82371f4f58bd8df8621bec38a923a7da60646358272 0.15 MB 289 239
203,658 203,658 0000000000000008fead4dac6c13a9106e090ba7efb13ed43854500c44a63131 0.00 MB 1 0
203,657 203,657 000000000000016b9ad2f1bb69346ba0738b43cba3e40d82256384b453ce2479 0.01 MB 14 74
203,656 203,656 00000000000004b2d060312b970e03c9ee57efb3a821260a53f94f8588d7a141 0.06 MB 121 0
203,655 203,655 0000000000000492eed9fbfbf23e456eb069eb961314fe0f39f33a8583a01bf2 0.37 MB 658 90
203,654 203,654 00000000000003c0edbce8f43c0a00391df29f98e6763dcb33ac994e616308df 0.01 MB 30 101
203,653 203,653 0000000000000120525e0d9c07f00b8bde67757433b4fbe071ca4f1e0dbec1f4 0.06 MB 135 117
203,652 203,652 00000000000000c67b6e31b3031df8c805ac94afe6acaa091bfbb548cae112c8 0.05 MB 102 64
203,651 203,651 000000000000002e6c2aa3cb7e99d73ae43adbc6d58ed37264bb018307fd095e 0.22 MB 443 219
203,650 203,650 000000000000028975ca1945c5c9080bc28a237a2d400edd9eece617e9f1603b 0.10 MB 330 104
203,649 203,649 00000000000001e77d95c5eec4d6865dc8efadbb0e455b3767047b73fd14dec0 0.00 MB 11 200
Previous 10 blocks ↓
Total Size: 769.03 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.89 GB sent, 93.01 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.