Memory Pool Memory Pool Refreshing

11,442 transactions
3.50 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,200 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (585,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,117 322,117 00000000000000001a3b3a30565d5199840021caf26293436116165375a1b902 0.23 MB 274 22
322,116 322,116 00000000000000001e083876aa0559c0e0e449a66536651fedeb7e821fcd0196 0.25 MB 436 29
322,115 322,115 00000000000000001034a63b85a7585ecb8f1670db4c9baa6eb282043ab36807 0.24 MB 412 25
322,114 322,114 00000000000000002406fd7dc93a6be935d442bd6bd9aab003e7dd52ac2f101b 0.37 MB 695 31
322,113 322,113 000000000000000020ccd26353462123865b9bb0c0ae4e2336b7f66fcafcec9c 0.46 MB 700 25
322,112 322,112 0000000000000000116e0eb7318b21ea371d0c9be712b87099d95654fb1e3875 0.55 MB 1,000 30
322,111 322,111 00000000000000000cd2bd1e9702457a693653b181e259fcd70cb9daa89be830 0.07 MB 172 35
322,110 322,110 000000000000000023e2ba20f8f5a829582720518b5e6496347da5a3084d54b1 0.46 MB 795 25
322,109 322,109 0000000000000000046d26be365aaf9a848171b2a9d02ed7d7af22ed621200cf 0.35 MB 678 36
322,108 322,108 0000000000000000242768c3655c4708b8e929c3f12459648a192d1872c747ac 0.50 MB 876 28
322,107 322,107 00000000000000000d0437befb8c97bf4a6b66c00653f036b42d1272184180cb 0.02 MB 27 18
322,106 322,106 000000000000000019e9f7bf27c2ebc4fced256df8c08923efd7a5a73718da22 0.35 MB 366 19
322,105 322,105 000000000000000022a2a96c04c83400cd39cb53abb1fde5f0e9e2cc1c3645bf 0.10 MB 139 21
322,104 322,104 0000000000000000049bd75ce5d11729a176e7d542aeddc2330cecb22f8e03bb 0.64 MB 1,033 29
322,103 322,103 00000000000000000a63cb16c7debdae2e1f77f81c6408ff1d38b94f08f17d5d 0.30 MB 479 26
322,102 322,102 00000000000000000d73b1b2b22925ba601eb35ac484e792bc869b29542c22af 0.02 MB 41 21
322,101 322,101 000000000000000007021e69a1a7ac82019dc689206b40d6743ce2740ce7e5dc 0.04 MB 88 29
322,100 322,100 0000000000000000225a9d8d4408981cca28e583614742465c20741628d6ac99 0.32 MB 643 30
322,099 322,099 0000000000000000104c3bba6721706096cfb9137cb2729e24ea1f07090d446b 0.05 MB 27 11
322,098 322,098 0000000000000000084bbc59376abf79de44ab5dcd41a49ce239349e7ea04545 0.72 MB 840 22
322,097 322,097 0000000000000000029916d0187db9de39a1c2e7bc1089e01b68ef8f09fa9d47 0.14 MB 198 23
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.50 GB sent, 94.38 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.