Memory Pool Memory Pool Refreshing

8,302 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,573 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (6,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,264 901,264 000000000000000000022c6844ac6231f8ef6a3c34cd871842a85e5ac4e344d9 0.09 MB 182 2
901,263 901,263 00000000000000000001502b9161edd228131db7ff08c4237e0dd49f8f3bcd10 0.67 MB 830 1
901,262 901,262 000000000000000000022733663433da0997acd1b85eb2a877ae71b6d3d25734 1.58 MB 2,663 3
901,261 901,261 000000000000000000007dbc4f291a36f3f0139594481e552d052c815e8099a5 0.47 MB 736 2
901,260 901,260 00000000000000000001a77550a8e9f92b328d4192033dc643c3fbef1da1fbe6 0.59 MB 860 1
901,259 901,259 00000000000000000001b7083f62f9115522f4a329994220d4dcf1a94de63258 1.67 MB 3,081 3
901,258 901,258 00000000000000000000981094ea0292c6a0e569c5a873c8e9611095047ac37e 1.37 MB 2,239 2
901,257 901,257 0000000000000000000233118d8aa8d7735d7a7d64d221a14d702284bb52adf2 0.54 MB 686 1
901,256 901,256 00000000000000000000b3bf6bb44f703293354f16648612ffb08b36269e7c8b 1.70 MB 2,543 3
901,255 901,255 000000000000000000017404e9f7fcb3535839499df589fae2e2c0006c391fbe 0.55 MB 889 2
901,254 901,254 0000000000000000000225d974d95aeb83704e3bf44beaaa22c8ff6b2a0be930 0.66 MB 1,164 2
901,253 901,253 00000000000000000000019f209ce135e80dfe5463750a6ae704132fced06a0c 0.45 MB 849 2
901,252 901,252 000000000000000000020cc0cfa8a85a460c2c553f0de38678128eeded03b759 1.78 MB 3,457 1
901,251 901,251 000000000000000000022b821ae196c887f2c82a78008b79648e327096c5d6d8 1.61 MB 2,677 2
901,250 901,250 000000000000000000015590f37050e5dd810c3709ffecbc0159ebe6c8665043 1.65 MB 2,766 2
901,249 901,249 00000000000000000000c22942ca4a37ae09448a2488d95d7ac49d3952aaa3b1 1.60 MB 3,594 3
901,248 901,248 00000000000000000001c26d030107c019da424e3d3b83e89bd9a41f80acae95 1.51 MB 4,035 5
901,247 901,247 00000000000000000001b12d2232ae479dca77e33914b436809d825703d2f237 1.58 MB 4,101 4
901,246 901,246 0000000000000000000093557e34915e3c6cfbb20aeb3a68d60498081be3c0b2 1.01 MB 1,979 2
901,245 901,245 00000000000000000001388167ce1f7c6c3095440a1b9fd495e6c7893f4f2a53 0.05 MB 160 2
901,244 901,244 00000000000000000000043e9b2e71197adae0620acd8a3d5383a9322b34c38a 0.67 MB 1,324 3
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.