Memory Pool Memory Pool Refreshing

7,165 transactions
1.69 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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,996 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (5,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,274 902,274 00000000000000000001e2686990ab7c0c4bfc5e50fe0e0795f413918ed71f82 0.88 MB 1,732 2
902,273 902,273 00000000000000000000bb121e68bb4395dc00b98f6689eb9ed03f9400a9127a 1.90 MB 2,536 2
902,272 902,272 000000000000000000013b8eafe0f9264ba91526391254f929a7d167d31be764 1.65 MB 3,439 3
902,271 902,271 00000000000000000001e35800c1e4aa1c3ab5b0c7a97867904edc3d2f7cfdb4 1.66 MB 2,674 2
902,270 902,270 00000000000000000000797bd3cca567c12ec532ae8633fd6c0b56421e4f6d61 1.70 MB 1,525 2
902,269 902,269 0000000000000000000215df2b686dc2a11ef37bc6a26b5bf67723c1174562b3 1.75 MB 1,066 1
902,268 902,268 00000000000000000001d613ce2e72908f0bdb5d4c28dd267e349c49ed9ab648 1.65 MB 1,879 2
902,267 902,267 000000000000000000007b229426713c2e6b69b617f92b68d1b9f358152b8149 1.77 MB 975 1
902,266 902,266 000000000000000000001e762258655184240bc6d4b357d159956e37d4320a0b 1.72 MB 2,979 2
902,265 902,265 000000000000000000003270d8d3217c1b5dd7eb96b4eff913c80e72d3ed623e 1.74 MB 1,887 1
902,264 902,264 00000000000000000000073ea7b6674c71a667a9408ecceb3fd5f40c4704d198 1.74 MB 2,445 1
902,263 902,263 0000000000000000000108c428d79dccda700731a7255f423f46203bd618b75d 1.48 MB 2,771 3
902,262 902,262 000000000000000000007adf63b543d77f8ffbe88413386fc4867ede02cbff38 1.94 MB 1,956 2
902,261 902,261 0000000000000000000000f1b4e6fcadbb81400e6ecf4db5c818fd6a821b9dcd 1.68 MB 1,731 2
902,260 902,260 0000000000000000000133d0614117cf06f865c00261ffaf5160d2d291e286ea 1.53 MB 2,723 4
902,259 902,259 00000000000000000000ce2254024621a28b7c05cb40afdcb59b959dccf61792 0.75 MB 1,561 1
902,258 902,258 000000000000000000002b688c2edc179e67c89872126c5e94cdd24281fd672f 1.50 MB 2,284 1
902,257 902,257 00000000000000000001a08749c6fa94b0896f193cf4d7db9cddef23adc38f6e 1.67 MB 2,739 2
902,256 902,256 000000000000000000015cdb10dba9b2ad670550968063751824aea52e2b4948 1.77 MB 1,820 2
902,255 902,255 000000000000000000017df6631fe6d30939370a5c0b912e8658879ee54ac7db 1.60 MB 2,951 3
902,254 902,254 000000000000000000016e30bb598c3b493938d2d82f73487ee65718ee476c26 0.82 MB 1,158 2
Previous 10 blocks ↓
Total Size: 769.00 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,616.63 GB sent, 92.79 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.