Memory Pool Memory Pool Refreshing

5,515 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,265 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (471,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
436,166 436,166 0000000000000000014c2cf418cb6950371ee9adbd979392c911910efa02a6a3 0.17 MB 462 124
436,165 436,165 0000000000000000010248ab94982d8779dcf84f7403909ddefc0c9ba79766a0 1.00 MB 2,231 51
436,164 436,164 000000000000000002de7cf00bd5946eb43af61812539dbee32dc83b09152bbd 1.00 MB 2,532 106
436,163 436,163 0000000000000000038c9e1bc534645818a13a9632985187f41247449d2eda3c 1.00 MB 2,226 63
436,162 436,162 00000000000000000120ce42603588b4f6bfb6457737c42e7c637eb4fa8988c5 1.00 MB 2,094 90
436,161 436,161 0000000000000000041500e2797d9c4478266e0e885754d1a380e3a21ee6b558 1.00 MB 2,417 55
436,160 436,160 0000000000000000032cf1fb132b85c88250a1f0dc26cc8d80bc61919ca45d10 1.00 MB 2,180 70
436,159 436,159 000000000000000000a4aad0f30bd04c32c2692216577cffc4eda3019797e8f6 1.00 MB 1,301 61
436,158 436,158 0000000000000000036d5117f06266542dcf0643118396bae168e5e3f2de5f81 1.00 MB 2,100 73
436,157 436,157 0000000000000000024ee5d761eaef7d6d198206ad08cca3cb913c7eb19944a5 1.00 MB 2,946 76
436,156 436,156 000000000000000001d9f7507d23c6fe0fddabead60bdc029f8aa17a959724a0 1.00 MB 2,238 60
436,155 436,155 000000000000000002695053e0a701e3bf686b10b17ca621ba0c3a68f4c17bb1 1.00 MB 3,006 80
436,154 436,154 000000000000000003529558b459c2c4a3655f29db096a0e11fe09f5130368ff 1.00 MB 2,253 62
436,153 436,153 00000000000000000214235f9d9962b8dd75fb85a9a2be28f7ba5768e6947ce9 1.00 MB 2,179 91
436,152 436,152 0000000000000000030675f650a1d75b0675ce878d6152c84f795c0be1599b35 0.99 MB 2,298 75
436,151 436,151 0000000000000000003534ae56afd15fe56b0009d81965768e341c42c23a9810 1.00 MB 2,984 127
436,150 436,150 0000000000000000038d61d0af915595ea9a8b41b4f57e4ddb7dba2ed9056613 1.00 MB 2,748 142
436,149 436,149 000000000000000001d2a92cb7748099d8702c3e9602ef75d4a68bff880d8c39 1.00 MB 2,212 107
436,148 436,148 000000000000000000b49a9c0ce2184f1bf28ec8758f4fb37c86698b26466625 1.00 MB 1,800 46
436,147 436,147 0000000000000000015fcf7212d8b90b20e6c1ea9b4eae480c26d0db4c709d17 1.00 MB 2,767 62
436,146 436,146 00000000000000000344dd6898cde1e8f63aa037724c6ac36fd65a578c5f8071 1.00 MB 2,130 83
Previous 10 blocks ↓
Total Size: 769.29 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,642.56 GB sent, 94.40 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.