Memory Pool Memory Pool Refreshing

10,155 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,960 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (12,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,308 895,308 000000000000000000022f43342524809c6739e8a7398890393959971f140f29 1.76 MB 4,062 1
895,307 895,307 00000000000000000000050fa43dfbb66f750760fc1f1d4650c1ea79a35cfbff 1.55 MB 2,569 1
895,306 895,306 000000000000000000005eadaca51f2991509d68b08cc8cb9422c37fb3ceb0a3 1.51 MB 2,853 2
895,305 895,305 00000000000000000000e17bc01f2e8a6a9d5cd5f08478f9d3d8a955952a7b5f 1.68 MB 3,829 4
895,304 895,304 00000000000000000000a9c18e442274a2bf009c726da162b180300f1e8d0e08 1.41 MB 2,622 2
895,303 895,303 00000000000000000000d9d1a2f4ddf468eec6dfd098ff09b0e527ff621553e0 1.41 MB 1,626 2
895,302 895,302 000000000000000000004a3c46039a6f88cb157865b8b2a03971dd19b15334ba 1.01 MB 115 2
895,301 895,301 00000000000000000001afc948ba9fbe30cdbec9787244ff23acd649484245be 1.55 MB 3,056 2
895,300 895,300 0000000000000000000040245188d8a558b753bf66ef3c6e92c3725e10ccbd7b 1.73 MB 4,190 4
895,299 895,299 0000000000000000000121776c97d5223bec8b06669e61fd21295f7125c2b7e7 1.73 MB 4,250 2
895,298 895,298 000000000000000000000fc1f4871ec230abf1c5eae0cd9fdfce5730d84ebab7 1.79 MB 4,891 3
895,297 895,297 00000000000000000000d779a54aa7e207f1e18ce1b8a6071d2083313f67183c 1.66 MB 3,677 8
895,296 895,296 00000000000000000001eec5cfd865b22096a1b98a918289422b918071937a05 1.74 MB 4,268 3
895,295 895,295 0000000000000000000124944b712689eebd699421f957cbc9285dedf7e14357 1.53 MB 3,266 6
895,294 895,294 00000000000000000001988ad8ef5cdf097425a7495f9794cb0ebf5681bc3434 1.81 MB 4,454 3
895,293 895,293 000000000000000000023655ae743f43ea6e3b104a1edd252aa2b777cf87dc8e 1.78 MB 4,585 3
895,292 895,292 000000000000000000001bbf57056b686235ca4ba462b2ab153a1a760ad8da4d 1.66 MB 2,786 6
895,291 895,291 00000000000000000001c0f9f4b91fdb7bee5e4396bb0e78501b1e99985f6160 1.66 MB 3,267 4
895,290 895,290 000000000000000000022e29752cd73556ef961b2d4105d6f5c07a990624ae64 1.58 MB 3,231 4
895,289 895,289 00000000000000000000a26e1b6d59a369bdb955074cab67143eb895e0d8933d 1.71 MB 2,651 4
895,288 895,288 000000000000000000018ab201fe7c701fcf4a83bfcf98ec786672140c2c9738 1.69 MB 4,154 2
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,625.02 GB sent, 93.02 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.